Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Inserting logo

Something along these lines

#logo {
margin: 0;
padding: 0;
}

#logo a {
text-indent: -999em;
background: url(../images/logo.gif) no-repeat;
display: block;
width: 328px;
height: 79px;
}

Skip to toolbar