Alright so I am trying to create a template here, and I got to the point where I edit the style.css sheet. The boxes at the top, such as the "user info" box, or the "news box", well I changed the headers and the background and stuff, but there is this gray line at the bottom of all 3 boxes and I dont know how to get rid of it.
Can anyone help me out? Thanks
One part of the border comes from the border attribute in the class .headerbodies in the style.css. The other comes from the "background-image:..../box_bg.gif" which is defined in the file "index.template.php".
Remove the background image for the bottom line which you still see.
Hey thanks! Your suggestion worked out fine.