vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   [Header] Logos (https://vborg.vbsupport.ru/showthread.php?t=101186)

puertoblack2003 11-20-2005 12:38 AM

[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


davidw 11-20-2005 01:18 AM

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


puertoblack2003 11-20-2005 01:25 AM

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

davidw 11-20-2005 01:41 PM

Not a problem! Happy to help :)

TygerTyger 11-20-2005 02:38 PM

The name=top link is used for the "Back to Top" links. Don't take it out ;)

davidw 11-20-2005 05:38 PM

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


All times are GMT. The time now is 10:09 AM.

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.01050 seconds
  • Memory Usage 1,791KB
  • 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
  • (8)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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