vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Centering Logo - v3.8.x (https://vborg.vbsupport.ru/showthread.php?t=215252)

Fulla 06-03-2009 12:03 PM

Centering Logo - v3.8.x
 
I did alot of searching for this one, could only find articles & guides on older versions of vb.
Basically I just simply want to center my logo, here's a screenshot to further clarify:
https://vborg.vbsupport.ru/external/2009/06/153.jpg

Been trying to alter the code in:
- Admin Control Panel > Styles & Templates > Style Manager > Edit templates > right_column_edit_templates

I experimented a bit with all the instructions, changing all 'left' to 'center', but didn't accomplish or change anything. I even tried removing ' ' which some recommended.
My site is www.GamingCraft.net where you can see, here is the code:
Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/header_repeat.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td width="100%" height="27" colspan="2" valign="top"><img src="$stylevar[imgdir_misc]/header_repeat.gif" border="0" alt="" /></td>
</tr>

<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/dark_vb_bg.gif) repeat-x top left" 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 />&nbsp;</if></td>
      </tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]

Looking for assistance on what I need to change in code to center logo. Thank you.

snakes1100 06-03-2009 12:07 PM

Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/header_repeat.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td width="100%" height="27" colspan="2" valign="top"><img src="$stylevar[imgdir_misc]/header_repeat.gif" border="0" alt="" /></td>
</tr>

<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/dark_vb_bg.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
      <tr>
          <td align="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 />&nbsp;</if></td> -->
      </tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]



All times are GMT. The time now is 08:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00945 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete