The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Logo Help
|
#2
|
||||
|
||||
You might want to take this part out of your header as it does nothing and maybe your cause for the left image not showing.
Code:
<alt="" border="0"/></a> Code:
<!-- logo --> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center"> <tr> <td width="639" height="150" style="background-image: url(http://www.fragtraders.com/forums/images/misc/logo7_02.gif);" align="left" nowrap="nowrap"></td> <td height="150" width="100%" style="background-image: url(http://www.fragtraders.com/forums/images/misc/logo7_03.gif);" align="center"></td> <td width="158" height="150" align="right" valign="top" nowrap="nowrap"> <img src="http://www.fragtraders.com/forums/images/misc/logo7_05.gif" width="158" height="150" alt="" border="0" /></td> </tr> </table> <!-- /logo --> If that doesn't work then it's something else that's messing up your header template because the above code does work in firefox for me. |
#3
|
|||
|
|||
replaced the code and still the same problem ... not showing in FF
|
#4
|
|||
|
|||
The code I get is not what 350Chevy has posted, so either you reverted it back again, or changed it in a different style.
|
#5
|
|||
|
|||
i changed that code to the above code ... both codes have the same problem in FF
|
#6
|
|||
|
|||
ah, I looked at your source code and this is what it shows there
Code:
<!-- logo --> <a name="top"></a> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center"> <tr> <td width="639" height="150" style="background-image: url(forums/images/misc/logo7_02.gif);" align="left" nowrap="nowrap"> <alt="" border="0"/></a></td> <td height="150" width="100%" style="background-image: url(forums/images/misc/logo7_03.gif);" align="center"></td> <td width="158" height="150" align="right" valign="top" nowrap="nowrap"> <img src="forums/images/misc/logo7_05.gif" width="158" height="150" alt="" border="0" /></a></td> </tr> </table> <!-- /logo --> |
#7
|
||||
|
||||
I agree, I still see that as your source as well and I've cleared cache.
If you'd like you can send me a PM with an user ID and password that has access to your Admin CP templates and I'll fix it for you. |
#8
|
|||
|
|||
i changed the code to this:
<!-- logo --> <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center"> <tr> <td width="639" height="150" style="background-image: url(http://www.fragtraders.com/forums/images/misc/logo7_02.gif);" align="left" nowrap="nowrap"></td> <td height="150" width="100%" style="background-image: url(http://www.fragtraders.com/forums/images/misc/logo7_03.gif);" align="center"></td> <td width="158" height="150" align="right" valign="top" nowrap="nowrap"> <img src="http://www.fragtraders.com/forums/images/misc/logo7_05.gif" width="158" height="150" alt="" border="0" /></td> </tr> </table> <!-- /logo --> still not working Quote:
|
#9
|
||||
|
||||
Nevermind all my previous comments. Firefox handles some HTML differently than IE so your above code was "invalid" to Firefox. I simply changed it to:
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" background="http://www.fragtraders.com/forums/images/misc/logo7_03.gif"> <tr> <td align="left"><img src="http://www.fragtraders.com/forums/images/misc/logo7_02.gif"></td> <td></td> <td align="right"><img src="http://www.fragtraders.com/forums/images/misc/logo7_05.gif" width="158" height="150" border="0" align="right"></td> </table> <!-- /logo --> Nothing fancy and not the cleanest of codes but it works. |
#10
|
|||
|
|||
Cool Thank You
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|