Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-08-2007, 09:33 AM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default centering my logo

hey im running the latest version of vb and im quite new to this how do i center my logo in the header and make it stretch the rite width?
Reply With Quote
  #2  
Old 01-08-2007, 10:12 AM
vppremier vppremier is offline
 
Join Date: Dec 2006
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use the <center> and </center> tags. Put your url in between it.
Reply With Quote
  #3  
Old 01-08-2007, 10:20 AM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<!-- logo -->
<a name="top"></a>
<table border="0" width="780" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/head_back.jpg)">
<td valign="top" width="450"><img src="$stylevar[imgdir_misc]/logo.jpg" width="450" border="0" alt=""/></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
</tr>
</table>


<!-- /logo -->
<table width="780" style="background-image:url($stylevar[imgdir_misc]/line.gif)" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" height="27">

<table width="50%" align="left" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="133" height="27"><img src="$stylevar[imgdir_misc]/line-left.gif" width="133" height="27" border="0" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- content table -->
$spacer_open

$_phpinclude_output




www.whoyoureppin.com skin Vol.1


can you rite the code for me?

anyone?
Reply With Quote
  #4  
Old 01-08-2007, 12:42 PM
WhaLberg's Avatar
WhaLberg WhaLberg is offline
 
Join Date: Nov 2006
Location: Dersaadet
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try that:

HTML Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="780" cellpadding="0" cellspacing="0" align="center" style="background-image:url('$stylevar[imgdir_misc]/head_back.jpg')">
<td valign="top" width="450"><center><img src="$stylevar[imgdir_misc]/logo.jpg" width="450" border="0" alt=""/></center></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
</tr>
</table>


<!-- /logo -->
<table width="780" style="background-image:url('$stylevar[imgdir_misc]/line.gif')" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" height="27">

<table width="50%" align="left" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="133" height="27"><img src="$stylevar[imgdir_misc]/line-left.gif" width="133" height="27" border="0" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- content table -->
$spacer_open

$_phpinclude_output
Reply With Quote
  #5  
Old 01-08-2007, 02:25 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

stil the same hmmmm msn?
Reply With Quote
  #6  
Old 01-08-2007, 03:00 PM
WhaLberg's Avatar
WhaLberg WhaLberg is offline
 
Join Date: Nov 2006
Location: Dersaadet
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, here you go:

HTML Code:
<!-- logo -->
<a name="top"></a>
<center>
<table border="0" width="780" cellpadding="0" cellspacing="0" align="center" style="background-image:url('$stylevar[imgdir_misc]/head_back.jpg')">
<tr>
<td valign="top" width="751"><center><img src="$stylevar[imgdir_misc]/logo.jpg" width="450" border="0" alt=""/></center></td>
<td align="right" valign="bottom" width="29"><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
</tr>
</table>
</center>

<!-- /logo -->
<table width="780" style="background-image:url('$stylevar[imgdir_misc]/line.gif')" align="center" border="0" cellpadding="0" cellspacing="0">
	<tr>
	<td align="left" valign="top" height="27">
		
<table width="50%"  align="left" border="0" cellspacing="0" cellpadding="0">
  <tr>
 <td align="left" valign="top" width="133" height="27"><img src="$stylevar[imgdir_misc]/line-left.gif" width="133" height="27" border="0" alt="" /></td>   
  </tr>
</table>
		</td>
	</tr>
</table>		
<!-- content table -->
$spacer_open

$_phpinclude_output
Reply With Quote
  #7  
Old 01-08-2007, 03:02 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your site looks already centered
Reply With Quote
  #8  
Old 01-08-2007, 03:04 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shazz get on msn
Reply With Quote
  #9  
Old 01-08-2007, 03:08 PM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imk View Post
shazz get on msn
Im at work
Reply With Quote
  #10  
Old 01-08-2007, 03:09 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gay rite me the code then please

Whalberg has corrected my problem and sorted it out thanks again
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:13 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.04009 seconds
  • Memory Usage 2,258KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete