Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 11-20-2005, 12:38 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default [Header] Logos

can someone help me i'm trying to add this to my navbar template but the board is looking screwie i have an idea but can't get it right if someone can look at it and adjust it will greatly appreciated

thanks you in advance. :nervous:


PHP Code:
<br>
<
a name="top"></a>
<
table align="center"><a target="_blank" href="http://www.outlaw621.com"><img title="Outlaw's WebJAL Server" src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a> <a target="_blank" href="http://www.dreamhost.com/rewards.cgi?an20448146872 "><img title="Dreamhost" src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a></a> <a target="_blank" href="http://www.tech-unity.com/forums"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a><!-- http://www.tech-unity.com/forums border="0"></a></td></tr>
</tbody></table><br
Reply With Quote
  #2  
Old 11-20-2005, 01:18 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you had a space after 20448146872
you had one too many </a>'s
Unsure about this purpose
<a name="top"></a>

This is malformed
<!-- http://www.tech-unity.com/forums border="0">
have no idea what this is used for since the tags aren't opened...
</a>
</td>
</tr>
</tbody>

try this to see if it helps any

PHP Code:
<br>
<
table align="center"><tr><td
<
a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
<
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
<
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a>
</
td></tr></table>
<
br
You might even take the table part out (try with/without)

Hope this helps.

Edit: a couple more possibilities...
PHP Code:
<br>
<
center><table><tr><td
 <
a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
 <
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
 <
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a>
 </
td></tr></table></center>
 <
br
PHP Code:
<br><center
 <
a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
 <
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
 <
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a>
</
center><br
Reply With Quote
  #3  
Old 11-20-2005, 01:25 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by christianb
you had a space after 20448146872
you had one too many </a>'s
Unsure about this purpose
<a name="top"></a>

This is malformed
<!-- http://www.tech-unity.com/forums border="0">
have no idea what this is used for since the tags aren't opened...
</a>
</td>
</tr>
</tbody>

try this to see if it helps any

PHP Code:
<br>
<
table align="center"><tr><td
<
a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
<
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
<
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a>
</
td></tr></table>
<
br
You might even take the table part out (try with/without)

Hope this helps.

Edit: a couple more possibilities...
PHP Code:
<br>
<
center><table><tr><td
 <
a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
 <
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
 <
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a>
 </
td></tr></table></center>
 <
br
PHP Code:
<br><center
 <
a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
 <
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
 <
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a>
</
center><br


thank you very much i used that and it worked very well, this what i used:

PHP Code:
<a href="http://www.outlaw621.com" target="_blank"><img src="http://www.puertotech.com/images/banners/outlaw.gif" alt="Outlaw's WebJAL Server" border="0"></a
<
a href="http://www.dreamhost.com/rewards.cgi?an20448146872" target="_blank"><img src="http://www.puertotech.com/images/banners/dreamhost.gif" alt="Dreamhost" border="0"></a>
<
a href="http://www.tech-unity.com/forums" target="_blank"><img src="http://www.tech-unity.com/forums/images/links/Tech-Unity_Banner2.gif" border="0" width="468" height="72" alt="Tech-Unity Homepage"></a
tagged underneath this [ <table align="center">] and it's working well

again thanks
Reply With Quote
  #4  
Old 11-20-2005, 01:41 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not a problem! Happy to help
Reply With Quote
  #5  
Old 11-20-2005, 02:38 PM
TygerTyger TygerTyger is offline
 
Join Date: Aug 2005
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The name=top link is used for the "Back to Top" links. Don't take it out
Reply With Quote
  #6  
Old 11-20-2005, 05:38 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Makes sense - I've not had to have to use that in years now that I remember what its purpose was :P
Reply With Quote
Reply

Thread Tools
Display Modes

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 03:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04302 seconds
  • Memory Usage 2,272KB
  • 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
  • (8)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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