Forum Moderators: mack

Message Too Old, No Replies

How do I get table to align with top and left of page?

         

hpops

4:14 pm on Nov 18, 2004 (gmt 0)

10+ Year Member



My page begins with a table and everyting is set out within it - the background colour is orange - trouble is I can't get it to line up with the top and left of the page (does that make sence?) really difficult to explain! It's like its got a white border around it and then there's the orange table - I want it only to be orange table!

hope this makes sence to someone!

benihana

4:18 pm on Nov 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



use css on the body tag:

<body style="margin:0; padding:0;">

or if your using external css:

body {
margin:0;
padding:0;
}

hpops

4:28 pm on Nov 18, 2004 (gmt 0)

10+ Year Member



Thank you so so so so so so so so so much!