Any one know how to make my logo clickable please..
This is my header template:
PHP Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="373">
<img border="0" src="images/styles/christmas_2009/misc/header_christmas4_01.gif" width="373" height="130"></td>
<td background="images/styles/christmas_2009/misc/header_christmas4_02.gif">
<img border="0" src="images/styles/christmas_2009/misc/header_christmas4_02.gif" width="54" height="130"></td>
<td width="273">
<img border="0" src="images/styles/christmas_2009/misc/header_christmas4_03.gif" width="273" height="130"></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
$ad_headerEnd
I realise i have to add this bit to it:
PHP Code:
<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
But i cant work out how to incorporate it.
Any help thanks