The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Header logos problem with IE
hi to all,
i have just added to my template in header template the second botton for quick jump in portal and forum : this light modify have this code in header file template: (I HAVE ADDED ONLY 2 RED LINES TO ORIGINAL FILE) Code:
<!-- 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 Internet explorer: and "portale" link insn't clickable PLEASE HELP ME MY LINK IS http://www.adivor.it/forum |
#2
|
||||
|
||||
Change
HTML Code:
<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> HTML Code:
<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> |
#3
|
||||
|
||||
thanks...work 100%
not work, i don't see with background |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|