Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-24-2006, 03:50 PM
-Tigger- is offline -Tigger-
BB

Join Date: Jul 2003
Posts: 5,341

wierd problem IE/Firefox

ok..

www.whos.playing.what.myfileplace.com

the images from Xfire will show up in firefox, but if loaded in IE. wont show

any ideas?
Reply With Quote
  #2  
Old 01-24-2006, 04:06 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

Looks like FF is parsing below better than IE is.

PHP Code:
<p<img src="http://miniprofile.xfire.com/bg/os/type/2/jgbb1990.png" alt="Stats"></p
Notice the closing > is missing with p before img tag. All I could think of.
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #3  
Old 01-24-2006, 04:48 PM
Capers is offline Capers
Registered User

Join Date: Oct 2003
Posts: 158

Yup, that's it. As the tag is not closed IE is expecting attributes for it to show. Firefox just ignores it. Also make sure you put a closing tag </p> after each image code as you have done for the first one.
__________________
Reply With Quote
  #4  
Old 01-24-2006, 04:54 PM
-Tigger- is offline -Tigger-
BB

Join Date: Jul 2003
Posts: 5,341

thx guys got it sorted
Reply With Quote
  #5  
Old 01-24-2006, 05:01 PM
Capers is offline Capers
Registered User

Join Date: Oct 2003
Posts: 158

Yup displays but just to correct the code a little, have the paragraph tags around the image:

<p><img src="http://miniprofile.xfire.com/bg/os/type/2/jgbb1990.png" alt="Stats"></p>
__________________
Reply With Quote
  #6  
Old 01-24-2006, 05:20 PM
-Tigger- is offline -Tigger-
BB

Join Date: Jul 2003
Posts: 5,341

done
Reply With Quote
  #7  
Old 01-24-2006, 06:20 PM
Capers is offline Capers
Registered User

Join Date: Oct 2003
Posts: 158

Nearly

<p></p><img src="http://miniprofile.xfire.com/bg/os/type/2/jgbb1990.png" alt="Stats"></p>

Should be

<p><img src="http://miniprofile.xfire.com/bg/os/type/2/jgbb1990.png" alt="Stats"></p>
__________________
Reply With Quote
  #8  
Old 01-24-2006, 08:46 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

What are you using to type this one BB? MS Front Porch?

Get Crisom Editor. Is shows colors and all
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #9  
Old 01-25-2006, 11:09 AM
-Tigger- is offline -Tigger-
BB

Join Date: Jul 2003
Posts: 5,341

omg.. well lol it works with IE now, thats what matters

thx for the help

i use dreamweaver
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
wierd problem. GRIMREAPER{EAS} Tech Support 23 06-28-2007 05:41 PM
Wierd Ground GARFIELD Delta Force 11 10-26-2006 08:12 AM
wierd dude at atm Lucky Humor & Jokes 11 07-13-2005 02:33 AM
This is flipping wierd! -Tigger- General Chat 6 09-04-2004 09:35 PM
NovaLogic is wierd... Muninn Delta Force 7 04-10-2002 09:52 AM


All times are GMT -5. The time now is 08:35 AM.




Powered by vBulletin®