1 namm Oct 13, 2010 20:31
3 namm 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 sam2kb 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 namm Oct 18, 2010 02:40
great! Thanks for your help!
6 sam2kb Oct 18, 2010 02:43
no problem ;)
I'm sure you can do this by editing the file /skins/skinname/index.main.php