Recent Topics

1 Oct 13, 2010 20:31    

My b2evolution Version: 2.x

I have just set up my blog using the hotairballons skin, and I would like to know if it is possible to add a link to the image, that will take users to my webpage homepage.

2 Oct 14, 2010 00:55

I'm sure you can do this by editing the file /skins/skinname/index.main.php

3 Oct 15, 2010 16:39

Thanks, I was able to edit the index.main.php file, and the link is working, but for some reason the cursor doesn't change from arrow to hand when rolling over the image. Any ideas wht this might be? Visitors might not realize the image is a link. You can see the blog here: http://www.misuperacionpersonal.com/blogs/blog5.php

4 Oct 15, 2010 17:41

1. Delete this code from style.css, line 177

background: url("img/img03.jpg") no-repeat scroll left top transparent

2. Use the following code in skin

<div id="banner"><a href="/index.html"><img src="img/img03.jpg" alt="" /></a></div>

5 Oct 18, 2010 02:40

great! Thanks for your help!


Form is loading...