Thread: Padding
View Single Post
Old 03-12-2003, 12:39 PM   #5 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
just use css, not a useless gif...

for a gap at the top:

Code:
<style type="text/css">
  body {
          top-margin: 10px;
          left-margin: ###px;
          ...-margin: ###px;
  }
</style>
nothing easier!
__________________
-- bloomberg.
abc123 is offline   Reply With Quote