PDA

View Full Version : Header logos problem with IE


adivor
09-16-2007, 12:26 PM
hi to all,

i have just added to my template in header template the second botton for quick jump in portal and forum :

https://vborg.vbsupport.ru/external/2007/09/18.jpg

this light modify have this code in header file template: (I HAVE ADDED ONLY 2 RED LINES TO ORIGINAL FILE)

<!-- logo -->

<a href="http://www.adivor.it/forum/portal.php">
<img border="0" src="http://www.adivor.it/forum/images/misc/adivor_portal2.png" width="209" height="85" align="right"></a></p>

<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 align="$stylevar[right]">
</td>
</tr>

</table>
<!-- /logo -->
<!-- content table -->
$spacer_open

$phpinclude_output
Now, work 100% with Firefox but in IE and other browser :

Internet explorer:

https://vborg.vbsupport.ru/external/2007/09/19.jpg

https://vborg.vbsupport.ru/external/2007/09/20.jpg


and "portale" link insn't clickable :(



PLEASE HELP ME :D MY LINK IS http://www.adivor.it/forum

Zachery
09-16-2007, 04:38 PM
Change


<a href="http://www.adivor.it/forum/portal.php">
<img border="0" src="http://www.adivor.it/forum/images/misc/adivor_portal2.png" width="209" height="85" align="right"></a></p>

<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 align="$stylevar[right]">
</td>
</tr>

to


<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 align="$stylevar[right]"><a href="http://www.adivor.it/forum/portal.php">
<img border="0" src="http://www.adivor.it/forum/images/misc/adivor_portal2.png" width="209" height="85" align="right"></a>
</td>
</tr>

adivor
09-16-2007, 05:12 PM
thanks...work 100%

not work, i don't see with background