|
Simple php question
Hello, I'm trying to change my wordpress theme so that it will make this line of code, which displays my head banner, so that when you click it it takes you back to the homepage.
#head { background:url(images/head.gif) no-repeat top center; margin:auto; width:893px; height:72px; padding-top:9px; padding-right: 16px; text-align:center; }
It's the head.gif that I want to make clickable... Thanks for any help you can offer.
|