I am using the meltingfilm left theme, and I was wondering how to make the banner at the top a link to go to the index. how do I do this?
Well you need to edit template.html.
For example:
open the file themes/meltingfilm_left/template.html:
Search for:
<td width="550"><img src="themes/meltingfilm_left/images/banner1.gif" width="550" height="80" alt="" /></td>
Change to:
<td width="550"><a href="index.php"><img src="themes/meltingfilm_left/images/banner1.gif" width="550" height="80" alt="" border="0" /></a></td>
Try now reloading your gallery.
regards,
-Davide
asked more time before, please search the board and read the doc's.
look at the template.html file from your theme (it's plain html)
thanks. that worked