The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
have a look of my forum - http://soccer-union.com
There is some small line (i cant say the exact color,it is too small) at the top of the logo.This line is only at the right side.I mean ,my logo has 2 parts.The first one ,where is my url is ok,the second one,that contains only background has this line on its top.Could you please have a look.I am total noob. --------------- Added [DATE]1206617077[/DATE] at [TIME]1206617077[/TIME] --------------- Anyone ? |
#2
|
|||
|
|||
![]()
Find:
Code:
<!-- logo --> <a name="top"></a> <center> <table style="background-image: url(images/misc/headbg.gif);" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td align="left" valign="top"><a href="http://soccer-union.com/"><img src="images/misc/head_left.gif" alt="" border="0"></a></td> <td align="right" valign="bottom"><img src="images/misc/head_right.gif" alt=""></td> </tr> </tbody></table> </center> <!-- /logo --> Change valign="bottom" to valign="top" |
#3
|
|||
|
|||
![]()
Actually the filler image does have a gray line across the top of it.
I'd also remove the table bg image and the td align right and just make a css call to the background filler image instead. |
#4
|
|||
|
|||
![]()
How do you do this ?
|
#5
|
|||
|
|||
![]()
1. fix your filler image and remove the gray line at the top of it.
2. Use something like this in the template. Code:
<!-- logo --> <a name="top"></a> <table class="header" width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> </td> </tr> </table> <!-- /logo --> Code:
.header { background:url(/forums/images/logo/bg.jpg) top repeat-x; } |
#6
|
|||
|
|||
![]()
The line is still there
![]() |
#7
|
|||
|
|||
![]()
You didn't remove this part from the header template, its not needed, thats why i said use the css call instead
Code:
<td align="right" valign="bottom"><img src="images/misc/head_right.gif" alt="" /></td> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|