Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #1  
Old 04-13-2006, 08:44 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Logo Help

Logo works fine in Internet Explorer but not in Firefox

Any ideas why?

www.fragtraders.com
Reply With Quote
  #2  
Old 04-13-2006, 09:24 PM
350Chevy's Avatar
350Chevy 350Chevy is offline
 
Join Date: Nov 2002
Location: Tampa, FL
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
If that don't work, try replacing your <logo> code with this one:

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 -->
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.
Reply With Quote
  #3  
Old 04-13-2006, 09:56 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

replaced the code and still the same problem ... not showing in FF
Reply With Quote
  #4  
Old 04-13-2006, 10:30 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The code I get is not what 350Chevy has posted, so either you reverted it back again, or changed it in a different style.
Reply With Quote
  #5  
Old 04-13-2006, 10:34 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i changed that code to the above code ... both codes have the same problem in FF
Reply With Quote
  #6  
Old 04-13-2006, 10:45 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
  #7  
Old 04-13-2006, 10:59 PM
350Chevy's Avatar
350Chevy 350Chevy is offline
 
Join Date: Nov 2002
Location: Tampa, FL
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 04-13-2006, 11:10 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Originally Posted by 350Chevy
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
Reply With Quote
  #9  
Old 04-13-2006, 11:23 PM
350Chevy's Avatar
350Chevy 350Chevy is offline
 
Join Date: Nov 2002
Location: Tampa, FL
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
and it worked.

Nothing fancy and not the cleanest of codes but it works.
Reply With Quote
  #10  
Old 04-13-2006, 11:39 PM
Gottcha Gottcha is offline
 
Join Date: Oct 2004
Location: NY
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool Thank You
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05634 seconds
  • Memory Usage 2,252KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete