Hi
I have tried the css coding and it ddn t work...I also tried the HTML margintop, left ="0" that didn t work either....could it be that the cell spacing is overriding the css.....if this is the cas, how can I still keep the space between cells but have 0 left and top margin.....
Thank you again
Scarlet
Hi all
I am having a problem with my left margin....I want the red table with the links to have 0 margins so the black behind it will only show between the cells of the red table...not to the left or on top....does anyone know how to fix it...
Thanks
Scarlet
The CSS code for margins is:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code/font><HR><pre>
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-right: 0px;
[/code]
That would give margins of 0 pixels, if you were going to do all of them as 0 pixels or all the same value then it is easier to use:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code/font><HR><pre>
magin: 0px;
[/code]
------------------
Karl Austin KDA Web Services
"Everyone has a photographic memory. Some just don't have film."
Bookmarks