Forums
This topic is locked
page layout
Posted 21 Aug 2002 12:05:09
1
has voted
21 Aug 2002 12:05:09 joe allister posted:
how is it possible to position images or tables(whatever) on the left side of screen so that there's no white space between edge and image.like the menu for dwzone (above)
cheers
joe
Replies
Replied 21 Aug 2002 13:24:50
21 Aug 2002 13:24:50 Dave Thomas replied:
Just add:
leftmargin="0" into your opening BODY tag
so you end up with
<body topmargin="0" leftmargin="0">
your page stuff here......
</body>
Regards,
Dave
UD4 || Flash || Access ||Web Hosting
leftmargin="0" into your opening BODY tag
so you end up with
<body topmargin="0" leftmargin="0">
your page stuff here......
</body>
Regards,
Dave
UD4 || Flash || Access ||Web Hosting