Grrrrrr...how do I eliminate the top padding ?????
| 
             nightcrawler 
        ![]() 
      Joined: 2004-10-30 
      Posts: 9  | 
  
          
           
     
     
       Posted: Fri, 2004-11-12 02:20     
   | 
|||
| 
     Would like the banner to touch the top and sides: 
  | 
||||


     
Posts: 32509
not sure if that's all, but
body {
PADDING: 0px 0px 0px 0px;
MARGIN: 0px;
}
in your css file should do it.
if not, take a look at http://www.nei.ch/includes/nei.ch.css
and the result:
http://www.nei.ch/clan/
Posts: 32509
or take a look at the css customized G2 of this guy:
http://www.bluepeak.net/gallery2/main.php
and its css file:
http://www.bluepeak.net/gallery/skins/bluepeak/css/standalone_style.css
Posts: 9
It worked for the top padding but the sides are still not touching.
:-?
Posts: 32509
look at my css and the css of the other guy, it works.
i spent days to get the css working with IE, opera and firefox.