How do I link from background image in CSS code (invisionfree) to certain URL?

I am improving an invisionfree site by adding a different skin (CSS). I added a background image as mostly ornamental left hand side bar. I would like it so that people can click on that sidebar and get directed to a specific URL on my site. How do I do that? Here is the CSS code (made the background an image): html { overflow-x: auto; overflow-y: auto; } #ipbwrapper { text-align:left; width:730px; margin-left:auto; margin-right:auto} form { display:inline; } img { vertical-align:middle; border:0px } BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 10px; color: #ffffff; margin:0px 10px 0px 10px; background-image:url(http://209.85.12.232/4320/101/upload/p16... } And say .. this is the URL I would like the above background image to link to: http://z15.invisionfree.com/Silke I know I would probably have to use something like a href but how and where do I stick that in the code? Sorry that this question is here twice .. I had a glitch and thought it hadn't sent yet, thus sent it twice accidentally. And yes, I tried deleting one .. somehow.. won't work. :P Great .. now the second one IS deleted, yet still shows in my list of unanswered questions. Argh .. this computer is set on making me look as stupid as can be today :P

Public Comments

  1. You can't set a link to an image in the background. Sorry. I couldn't see the image are you working with either so it's hard to give an alternative solution.
Powered by Yahoo! Answers