- May 7, 2008
- 3,468
- 5
- 81
First off, I suck at HTML. Now that we got that out of the way, Im looking to have my site header picture\banner also link to the home page. ya know kinda like the AnandTech.gif, up on the top left side of this board.
Heres the header info from my style.css
#header
{
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
padding-top: 0px;
background: #ffffff url("logo.png") top center no-repeat;
height: 130px;
}
So how can I hyperlink logo.png to the homepage?
Heres the header info from my style.css
#header
{
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
padding-top: 0px;
background: #ffffff url("logo.png") top center no-repeat;
height: 130px;
}
So how can I hyperlink logo.png to the homepage?