Quote:
OK, I got ya, but is it customary to put a table inside css sheet? |
Hi, I was just answered on this also. I was told that tables have their place,
and that is when displaying tabular information. Layout should be determined by
CSS.
I did the same sort of thing. I put a logo in the top left corner with no
margin or padding around it.
In your CSS sheet go to the body tag and use the following:
margin: 0px;
That seemed to work for me. The body of every page is set to have a small
margin around each side. If you make my suggested change it should work for you.
-Jason