The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to center a banner
If i have a banner and I want to put it in the center of the header/forum not at the far left side, what should i edite inside the forum style ?
http://forum.nihonomaru.com/?styleid=4 I want to move that banner to be in the center of the forum. x3 Thanks (: |
#2
|
|||
|
|||
<TABLE WIDTH="213" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center"> PLACE YOUR CODE HERE</table>
you can aslo use this place this <center>YOUR HEADER CODE </center> |
#3
|
||||
|
||||
Hmm ;/ this is my header, i can't find it in there.
Quote:
|
#4
|
|||
|
|||
not whole header code just your logo code put between these codes
|
#5
|
||||
|
||||
Whare can I find the logo code =/ ?
|
#6
|
|||
|
|||
Removed unnecessary code
|
#7
|
||||
|
||||
what should i do with this chunk of codes ?
|
#8
|
|||
|
|||
That is your header template you posted with one small edit....just replace your current header template with this one....
|
#9
|
||||
|
||||
I pasted it and it didn't work =/
|
#10
|
|||
|
|||
How about this.....
HTML Code:
<!-- logo --> <a name="top"></a> <div class="side_borders"> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="tborder"> <tr> <td align="center" valign="top"> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr class="header_bg"> <td align="center" valign="middle"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> $header_advertisement <!-- banners --></td> </tr> <tr> <td height="34" colspan="2" class="vb_navigation"> <!-- nav buttons bar --> <div align="center"> <table cellpadding="0" cellspacing="0" border="0" align="left" class="vb_navigation"> <tr align="center"> <if condition="$show['member']"> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> $template_hook[navbar_buttons_left] <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/memberlist.php$session[sessionurl_q]">Memberlist</td> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]">Arcade</a></td> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/awards.php$session[sessionurl_q]">$vbphrase[award]</a></td> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/inferno.php?">RPG</a></td> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/chat.php?$session[sessionurl]" trager="_blank">Chat</a></td> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/billspaypal.php?">$vbphrase[billspp_donate]</a></td> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <td id="navbar_search" width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search", 1); </script></if></td> </if> <if condition="$show['member']"> <td id="usercptools" width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/$show[nojs_link]#usercptools">Quick links</a> <script type="text/javascript"> vbmenu_register("usercptools", 1); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td> </if> <if condition="$show['member']"> </if> </if> $template_hook[navbar_buttons_right] <if condition="$show['member']"> <td width="78" height="34" class="css_nav"><a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onClick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td> </if> <td width="8" height="34" align="left"><img src="$stylevar[imgdir_misc]/nav_final.gif" width="8" height="34" alt="" border="0" /></td> </tr> </table> </div> <!-- / nav buttons bar --> </td></tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $leftcolumn_advertisement $_phpinclude_output Reply With Quote |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|