The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can I center logo?
I was trying but never got in the middle. |
#2
|
|||
|
|||
![]()
<div align="center">IMG & OTHER CODE HERE </div>
|
#3
|
||||
|
||||
![]()
In your header template, find the following:
Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> |
#4
|
|||
|
|||
![]()
I did this before but its not working.
|
#5
|
||||
|
||||
![]()
Could you paste the entire contents of your header template here?
|
#6
|
|||
|
|||
![]() Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><div id="header"><h1><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vboptions[bbtitle]</a></h1></div> </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] |
#7
|
||||
|
||||
![]()
Are you sure you tried the change I posted above? I don't see it in the code you pasted.
|
#8
|
|||
|
|||
![]()
Yes, I put it back when it didn't work.
|
#9
|
||||
|
||||
![]() HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center"><div id="header"><h1><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vboptions[bbtitle]</a></h1></div> </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] This should work. |
#10
|
|||
|
|||
![]()
I just told that it doesn't work
Edit: I found it. I forgot that I have some extra CSS in Additional CSS Definitions. Thank for help anyway ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|