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;
}
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;
}