Can you Make a Body Background Image Clickable?
-
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(https://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.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Can you Make a Body Background Image Clickable?’ is closed to new replies.