Closed Thread Icon

Preserved Topic: White background (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20503" title="Pages that link to Preserved Topic: White background (Page 1 of 1)" rel="nofollow" >Preserved Topic: White background <span class="small">(Page 1 of 1)</span>\

 
Lala
Bipolar (III) Inmate

From: Montreal, Canada
Insane since: Feb 2002

posted posted 05-11-2002 19:35

Is there a way to get rid of the white background when working with images as templates, i tried using td backgrounds but its not working :'( , here's a pic of what im getting...,
http://www.domainepetitsfruits.com/_themes/how.jpg


Lala

100 dummies

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 05-11-2002 20:20

I'm not sure if I understood your question correctly, but if you want to get rid of the white space that surrounds the whole document you'll have to put the following code between <head> and </head> tags:

<style type="text/css">
body { margin: 0px; }
</style>

If you don't want to use CSS you can also read this thread and use

<BODY LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">

kuckus

Lala
Bipolar (III) Inmate

From: Montreal, Canada
Insane since: Feb 2002

posted posted 05-11-2002 20:44

Thats exactly what i needed, :-D thanks a lot

Lala

100 Chocolates

maninacan
Paranoid (IV) Inmate

From: Seattle, WA, USA
Insane since: Oct 2001

posted posted 05-12-2002 02:55

just a minor correction on that, there is no BOTTOMMARGIN, as well as no RIGHTMARGIN

kewl

Mad Scientist

[This message has been edited by maninacan (edited 05-12-2002).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 05-12-2002 12:55

Maninacan, read my reply in the thread that Kuckus linked to above, regarding BOTTOMMARGIN & RIGHTMARGIN parameters...


« BackwardsOnwards »

Show Forum Drop Down Menu