the page won't align to the left!

liunx

Guest
<!-- m --><a class="postlink" href="http://www33.brinkster.com/linkinparkrocks/watever">http://www33.brinkster.com/linkinparkrocks/watever</a><!-- m --><br />
look at this page: the layout wont go on the left and i cant make it! HELP!<!--content-->body,td <br />
{background color: 000000;<br />
font-family: verdana, tahoma, arial;<br />
font-size: 8pt;<br />
color: FFFFFF;<br />
margin: 5px 5px 5px 250px;<br />
<br />
scrollbar-face-color: FFFFFF; <br />
scrollbar-highlight-color: #000000; <br />
scrollbar-3dlight-color: #000000; <br />
scrollbar-shadow-color: #000000; <br />
scrollbar-darkshadow-color: #000000; <br />
scrollbar-track-color: 000000; <br />
scrollbar-arrow-color: #000000;}<br />
<br />
<br />
the line in question is:<br />
margin: 5px 5px 5px 250px;<br />
<br />
you've specified a LEFT margin of 250 pixels!<br />
<br />
the order in this style format is TOP, RIGHT, BOTTOM, LEFT.<!--content-->I would have put <div align="left"> </div> around the table, but I thought the default was left align...<!--content-->yes! thankyou!!<!--content-->
 
Back
Top