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

Reply
 
Thread Tools Display Modes
  #11  
Old 03-16-2004, 07:09 PM
imported_Ashkarita imported_Ashkarita is offline
 
Join Date: Mar 2004
Location: Texas
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MindTrix, you're the greatest person alive and I will forever love you for helping me out! I'm brand new to vB, and you're awesome. Thanks for being patient and willing to help a newbie!

*snaps*
Reply With Quote
  #12  
Old 03-16-2004, 07:13 PM
MindTrix's Avatar
MindTrix MindTrix is offline
 
Join Date: Apr 2002
Location: United Kingdom
Posts: 1,833
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lol bless Thank you

We are all Newbies remember, some just no more than others. Remember my offer in the PM and ill stand by it

(everyone else -- no it was not a dirty offer)


What was the SNAP for?
Reply With Quote
  #13  
Old 04-04-2005, 10:38 PM
Ryan Ashbrook's Avatar
Ryan Ashbrook Ryan Ashbrook is offline
 
Join Date: Dec 2002
Location: Cincinnati, Ohio
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad
There are many ways to do this, personaly I use

HTML Code:
<div align="center">text</div>
Sorry to revive a really old thread but I did a search and found this but I'm not sure where to put this code here. I tired the first suggestion and it didn't work for me.
The annoying thing is that I've done this before but I changed bb programs for a while and I've forgotten how to do it in vB.
Thanks very much to whoever can help me out!
Reply With Quote
  #14  
Old 08-18-2005, 08:44 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im also in need of centering my main page banner, nothing seems to work, ive tried about 3 different ways, and when i do, the banner just comes up as a link instead of the pic.
Reply With Quote
  #15  
Old 08-18-2005, 09:07 PM
Zero Tolerance's Avatar
Zero Tolerance Zero Tolerance is offline
 
Join Date: Feb 2004
Location: England
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do what MindTrix's post said, only use <div align="center"> instead of "<center>" and "</div>" instead of "</center>" (center tags have been depreciated..)

- Zero Tolerance
Reply With Quote
  #16  
Old 12-07-2007, 05:57 PM
dplevy dplevy is offline
 
Join Date: Feb 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant get this to work either. what am i going wrong here?
Reply With Quote
  #17  
Old 12-10-2007, 07:51 PM
RMFlyFish RMFlyFish is offline
 
Join Date: Oct 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having the same trouble getting my header to center. Here is my code.

Code:
<div align="center"><!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td align="$stylevar[left]"><a href="http://www.rockymountainflyfish.com"><img src="http://coloradomountainfishing.com/images/logo.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>
    <td align="$stylevar[right]">
        &nbsp;
    </td>
</tr>
</table>
<!-- /logo --></div>

<!-- content table -->
$spacer_open

$_phpinclude_output
Reply With Quote
  #18  
Old 12-16-2007, 02:47 AM
RMFlyFish RMFlyFish is offline
 
Join Date: Oct 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump

--------------- Added [DATE]1197857844[/DATE] at [TIME]1197857844[/TIME] ---------------

Does somebody have another solution to this?
Reply With Quote
  #19  
Old 12-21-2007, 11:31 PM
valdet's Avatar
valdet valdet is offline
 
Join Date: Feb 2007
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello RMFlyfish, try these little replacements

Quote:
<tr>
<td align="$stylevar[center]"><a href="http://www.rockymountainflyfish.com"><img src="http://coloradomountainfishing.com/images/logo.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
If that doesnt work then just remove the stylevar setting and add the <center></center> around your image

Quote:
<td><a href="http://www.rockymountainflyfish.com"><center><img src="http://coloradomountainfishing.com/images/logo.gif" border="0" alt="$vboptions[bbtitle]" /></center></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
This one will also work..

Quote:
<td><a href="http://www.rockymountainflyfish.com"><img src="http://coloradomountainfishing.com/images/logo.gif" border="0" align="center" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
Enjoy your choices..
Val.
Reply With Quote
  #20  
Old 12-22-2007, 12:23 PM
RMFlyFish RMFlyFish is offline
 
Join Date: Oct 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a million. The second one worked perfect.
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 07:55 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.04388 seconds
  • Memory Usage 2,274KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (1)bbcode_html
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete