Hi, here's my site http://www.smktsprefects.com
I would like to add a link to a forum on the front page, but i have no idea how to, i don't dare use html since the index page is coded in php and i'm afraid it would spoil the look of the site
Just edit the themes/yourtheme/template.html.
you can put what you want in here, using html.
ps, your link was not working when I tried.
whoops, it's www.smktsprefects.tk :P
I see you are using 'hardwired' theme.
in themes/hardwired/template.html, replace this;
<td width="94%" height="22" valign="bottom" align="right"><span class="gal_name">{GAL_NAME}</span></td>
with this;
<td width="94%" height="22" valign="bottom" align="right"><a href="forum url">Forum</a> <span class="gal_name"><a href="http://www.smktsprefects.tk/">{GAL_NAME}</a></span></td>
Just replace the 'forum url with your actual one.
thanks casper :D