KURTZ
07-09-2008, 04:14 PM
hi folks, i've a question:
this is the original header
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
i followed THIS (http://www.vbulletin.com/forum/showthread.php?t=181831) tutorial so now i've got the following header ...
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><embed src="mybanner.swf" "width="1280" height="150'></embed>/></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
right now the flash header is working ... (CHECK OUT (http://www.fniv.it/board/index.php)) but i've a trouble, i cannot reload my index cause i cannot click over the flash banner ...
so my question is: it's possible to fix this? and also my new header is correct? cause if you see i found a tutorial for the 3.5.x version ...
thx for the help
this is the original header
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
i followed THIS (http://www.vbulletin.com/forum/showthread.php?t=181831) tutorial so now i've got the following header ...
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><embed src="mybanner.swf" "width="1280" height="150'></embed>/></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
right now the flash header is working ... (CHECK OUT (http://www.fniv.it/board/index.php)) but i've a trouble, i cannot reload my index cause i cannot click over the flash banner ...
so my question is: it's possible to fix this? and also my new header is correct? cause if you see i found a tutorial for the 3.5.x version ...
thx for the help