vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   3 image header logo (https://vborg.vbsupport.ru/showthread.php?t=103466)

CSS59 12-21-2005 05:58 PM

3 image header logo
 
3 image header logo

I am looking for a 3 part header logo with one image3 on the left, one on the right, and a small 1px image repeating in between. Can someone help me, I can?t get it to work. It works if you put it in an html file, but wont show the repeating image if I add it to my header file.

Any help is appreciated.

Code:

<!-- new logo -->
<table class="tborder" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" background="http://gmnewsline.com/designs/vision/header_02.jpg" border="0" align="center">
<tr align="center">

  <tr>
    <td width="276">
    <img border="0" src="http://gmnewsline.com/designs/vision/header_01.jpg" width="276" height="90"></td>
    <td width="100%">&nbsp;</td>
    <td width="450">
    <img border="0" src="http://gmnewsline.com/designs/vision/header_03.jpg" width="450" height="90"></td>
  </tr>
</table>
<!-- end new logo -->


CSS59 12-22-2005 11:05 PM

anyone? :(

Princeton 12-23-2005 04:27 PM

HTML Code:

<!-- new logo -->
<table width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" border="0" align="center">
        <tr>
        <tr>
                <td><img border="0" src="http://gmnewsline.com/designs/vision/header_01.jpg" alt="GMnewsLine" title="" width="276" height="100" /></td>
                <td width="100%" style="background: #ffffff url([url]http://gmnewsline.com/designs/vision/header_02.jpg[/url]) repeat-x"></td>
                <td><img border="0" src="http://gmnewsline.com/designs/vision/header_03.jpg" alt="" title="" width="450" height="100" /></td>
        </tr>
</table>
<!-- end new logo -->


CSS59 12-26-2005 01:52 AM

thank you :)


All times are GMT. The time now is 08:11 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.00992 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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