The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
hi there,
how can i take that blue line around my header out?? http://coderz4life.net/forums/forum.php thanks,, |
#2
|
||||
|
||||
![]()
Add border="0" in the code of header image.
|
#3
|
||||
|
||||
![]()
thanks,
what about the img on the back of the header. here is my header code!! Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/header_repeat.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="100%" height="27" colspan="2" valign="top"><img src="$stylevar[imgdir_misc]/header_repeat.gif" border="0" alt="" /></td> </tr> <table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/dark_vb_bg.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img alt="coderz4life" src="http://coderz4life.com/forums/-images-/cod4life.gif" width="100%" height="190"></a></td> <td align="$stylevar[right]" id="header_right_cell"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if></td> </tr> </table> <!-- /logo --> |
#4
|
||||
|
||||
![]()
You didn't add border="0" in the image tag like Seven_Skins said to do in here:
HTML Code:
<img alt="coderz4life" src="http://coderz4life.com/forums/-images-/cod4life.gif" width="100%" height="190">
|
#5
|
||||
|
||||
![]()
I think this should be your header code:
HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/dark_vb_bg.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img alt="coderz4life" src="http://coderz4life.com/forums/-images-/cod4life.gif" width="100%" height="190" border="0"></a></td> <td align="$stylevar[right]" id="header_right_cell"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if></td> </tr> </table> <!-- /logo --> And this should be your top navbar code: HTML Code:
<!-- nav buttons bar --> <div class="tborder" style="padding:1px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center"> <td class="vbmenu_control"><a href="forumdisplay.php?f=6">PS2</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?f=8">PSP</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?f=7">PS3</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?f=9">XBOX</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?f=76">Xbox 360</a></td> <td class="vbmenu_control"><a href="forumdisplay.php?f=10">Computer</a></td> </tr> </table> </div> <!-- / nav buttons bar --> PS. Save you header before editing. . --------------- Added [DATE]1243527866[/DATE] at [TIME]1243527866[/TIME] --------------- Hmmm .. just checked your header image is 11.5mb ... thats why your site is real slow. You definatly need to reduce the size of header image. . |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|