My b2evolution Version: Not Entered
I want to put an image into the sidebar, and have it link to another site.
It seems like this can’t be done in the back room blog settings -> display tab. So I wound up adding the image I wanted by inserting this line into the sidebar portion of the skin’s _main.php file:
<li><img src="http://markcassino.com/b2evolution/media/cover01.jpg" alt="Book Cover" /></li>
That gets the picture in the sidebar, and the page still validates without error using the XHTML VALID link. But – I can’t figure out how to make the image into a link to another page. Everything I try just results in the skin not working at all, or no link appearing in the sidebar (even though the jpg appears.)
Any suggestions on how to create a link associated with the image?
The skin (slightly modified version of Guadeloupe) with the modified sidebar is here:
http://www.markcassino.com/b2evolution/
Thanks –
MCC
You just need to link the image as you normally would in html?
¥