Making my Header a Link
-
I have tried using the following CSS (copied from a previous thread) to make my header link to my home page:
}
#text-1 {
background:none;
}#text-1 h3,#text-1 h3.widgettitle {
display:none;
}#text-1 a {
position:absolute;
top:0;
left:110px;
width:780px;
height:180px;
display:block;
border:solid 1px #f00;
}#text-1 a span {
display:none;
}BUT it doesn’t seem to be working.
Can you help de-bug my CSS?
The blog I need help with is: (visible only to logged in users)
- The topic ‘Making my Header a Link’ is closed to new replies.