PDA

View Full Version : Logo Help


Gottcha
13 Apr 2006, 21:44
Logo works fine in Internet Explorer but not in Firefox

Any ideas why?

www.fragtraders.com

350Chevy
13 Apr 2006, 22:24
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



If that don't work, try replacing your <logo> code with this one:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



I saved that piece of code into an .html file and loaded it into firefox and it worked fine. ;)

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.

Gottcha
13 Apr 2006, 22:56
replaced the code and still the same problem ... not showing in FF

peterska2
13 Apr 2006, 23:30
The code I get is not what 350Chevy has posted, so either you reverted it back again, or changed it in a different style.

Gottcha
13 Apr 2006, 23:34
i changed that code to the above code ... both codes have the same problem in FF

peterska2
13 Apr 2006, 23:45
ah, I looked at your source code and this is what it shows there



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

350Chevy
13 Apr 2006, 23:59
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.

Gottcha
14 Apr 2006, 00:10
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

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.

Sent you a pm

350Chevy
14 Apr 2006, 00:23
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



and it worked.

Nothing fancy and not the cleanest of codes but it works. ;)

Gottcha
14 Apr 2006, 00:39
Cool Thank You

350Chevy
14 Apr 2006, 00:43
Anytime. :)