The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Header direction Problem !!!
after install advertizment for forum my header show different style
my logo show in right and banner show in left and my header code is here : Code:
<!-- 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]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center> <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] $ad_headerEnd my site is forum.doctormob.com |
#2
|
||||
|
||||
One of your td tags is not properly closed. Maybe that is causing the problem?
HTML Code:
<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center></td> |
#3
|
|||
|
|||
Quote:
do this but still same !! plz explane this for me Quote:
|
#4
|
||||
|
||||
I mean right now you have:
<td>image</td> <td>something else</td> <td>another something</td> So try switching them around: <td>another something</td> <td>something else</td> <td>image</td> |
#5
|
|||
|
|||
i do with default style in one <td> tag and still same pb
and do your sulotion im very confused !! |
#6
|
||||
|
||||
I'm sorry, I don't know what else to suggest.
|
#7
|
||||
|
||||
try the <td alight="left"> on where you have
<td align="$stylevar[right]"> just do tests like that, keep messing with the <td> alignments , lynnes pretty much on the spot, not of much help if one doesn troubleshoot the problems ourselves. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|