Home › Forums › CSS › Clickable WordPress Header in 2.5 › Re: Clickable WordPress Header in 2.5
May 23, 2008 at 3:35 am
#47543
Member
hey so i replaced
Code:
#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
with this one
Code:
#header h1 {
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
#header h1 a {
display:block;
}
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
#header h1 a {
display:block;
}
but it does not seem to do anything. My header image still is not clickable. The
Code:
FiLM Grenade
The Most Explosive Film News
I was talking about was in my header.php file not in my style.css file