So I've been wondering how to do this for ages now, but I haven't got a clue. I've tried asking people on web design forums, but they don't seem to know how, either. I got to thinking that maybe people who work with Wordpress, as this is a Wordpress Stylesheet thing, would know more than your average web designer.
So, here's what the code for my Wordpress site's body looks like in the stylesheet:
body {
font-size: 9pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #000000 url(http://www.IMAGELOCATION.jpg) no-repeat center top;
text-align: left;
margin: 0;
padding: 15px 0;
line-height: 1.5em;
}
What I want to do is make the IMAGELOCATION image clickable. Is there a string of code to add to the above to achieve this?
Thanks for any thoughts.