Recent Topics

1 May 12, 2010 08:11    

My b2evolution Version: 3.3.1

I have an image on my main page which I want to link to another URL and it just links to the main blog page, where do I put a link to have it link outside of my blog?

2 May 12, 2010 16:14

Not an expert on this, and I'm not running 3.3 so don't have your file editor, but by hand, you can try:

<div class="image_block">
<a href="your link URL here ">
<img src= whatever />
</a></div>


Form is loading...