The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Centering logo
Hi
As you can see on www.buckshawvillage.com the custom logo is aligned to the left, what file do i edit so that the logo will be centered? Many thanks |
#2
|
|||
|
|||
header template and comment out the right td use a <!-- --> around it.
|
#3
|
|||
|
|||
you can do this by adding a center tag
<center> Falcon |
#4
|
|||
|
|||
You 1st need to remove one of the two td's, centering it before then, will not work.
|
#5
|
|||
|
|||
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]" 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 |
#6
|
|||
|
|||
I'd just make that last little bit white (in photoshop, on that right side) then center it manually in photoshop, then reupload it.
|
#7
|
|||
|
|||
umm, we are changing logo soon though so would like to center it via vbulletin if possible
|
#8
|
|||
|
|||
But it'd look bad on both sides, with gray there. Just finish the logo, make it go all across, erase text, and redo it in center :/
|
#9
|
|||
|
|||
Quote:
You cant, it has two td's in the header. @leyland Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[center]"><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 |
#10
|
|||
|
|||
Ohh, I get it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|