Quote Originally Posted by bennyTheBull View Post
anyone know how to remove a white line above the header_bg image??(as i dont use a logo image, just a background image)..i have disabled (display: none;) the #navMain tags so that the header links (login,home etc) are disabled but there is a white (bout 5-10 px in height) line the width of the template. i think its linked with the background colour of the main wrapper and its also showing in the footer were the copyright text is.
using classic template
cheers
bennythebull
ha quoting myself here..i fixed as i just gave the #mainwrapper a background image of the colour i wanted (about 10px) and set the background-repeat to "no-repeat" see below
The reset of the background shows as the background-color chosen
because the image does not repeat and at default positioning is at the top.


/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
background-image:url(../images/header_bg2.jpg);
background-repeat:no-repeat;
text-align: left;
width: 1000px;
vertical-align: bottom;
border: 0px solid #9a9a9a;
}