The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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%"> </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 --> |
#2
|
|||
|
|||
anyone?
|
#3
|
||||
|
||||
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 --> |
#4
|
|||
|
|||
thank you
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|