Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-29-2006, 01:43 AM   PM User | #1
kraftomatic
Regular Coder

 
Join Date: Jul 2003
Posts: 593
Thanks: 16
Thanked 0 Times in 0 Posts
kraftomatic is an unknown quantity at this point
Extremely Weird IE Problem (Images Not Displaying)

Hey Guys,

I've got a page setup and of all the machines I've viewed it on, there are 2 machines running IE that are not displaying images at all. The URL is www.fast48.com/sponsors.php. Under "Official Sponsors" you should see sponsor logos (images) to the right of each sponsor. However on these 2 machines, nothing displays. Upon viewing the source code, the source has completely removed the image tag altogether, which is extremely weird.

This is what the source should look like:

Code:
<ul class="features">
			<li>
				<p class="sponsorHeader">Woodcraft Race Products</p>
				<a href="http://www.woodcraft-cfm.com" rel="external" title="Woodcraft Race Products"><img src="images/sponsors/woodcraft.jpg" width="85" height="50" alt="Woodcraft Race Products" class="logo" /></a>
				Specializing in clip-ons, engine covers, frame sliders, race stands, rearset kits, tire warmers and more.
			</li>
			<li>
				<p class="sponsorHeader">Suomy Helmets</p>
				<a href="http://www.suomyusa.com" rel="external" title="Suomy Helmets"><img src="images/sponsors/suomy.jpg" width="85" height="50" alt="Suomy Helmets" class="logo" /></a>
				Suomy has the highest safety standards in the industry and the best looking helmets on the market.
			</li>
			<li>
				<p class="sponsorHeader">Spears Enterprises</p>
				<a href="http://www.spearsenterprises.com" rel="external" title="Spears Enterprises"><img src="images/sponsors/spears.jpg" width="85" height="50" alt="Spears Enterprises" class="logo" /></a>
				Longtime leader in building fast and reliable twin-cylinder motors - especially the SV650 and SV1000.
			</li>
</ul>
This is what it looks like from one of the machines that doesn't display the images (notice the IMG tags missing):

Code:
<ul class="features">
			<li>
				<p class="sponsorHeader">Woodcraft Race Products</p>
				<a href="http://www.woodcraft-cfm.com" rel="external" title="Woodcraft Race Products"><img src="http://www.fast48.com/images/fast48.jpg" alt="" /></a>
				Specializing in clip-ons, engine covers, frame sliders, race stands, rearset kits, tire warmers and more.
			</li>
			<li>
				<p class="sponsorHeader">Suomy Helmets</p>
				<a href="http://www.suomyusa.com" rel="external" title="Suomy Helmets"></a>
				Suomy has the highest safety standards in the industry and the best looking helmets on the market.
			</li>
			<li>
				<p class="sponsorHeader">Spears Enterprises</p>
				<a href="http://www.spearsenterprises.com" rel="external" title="Spears Enterprises"></a>
				Longtime leader in building fast and reliable twin-cylinder motors - especially the SV650 and SV1000.
			</li>
			<li>
				<p class="sponsorHeader">Barnett Clutches</p>
				<a href="http://www.barnettclutches.com" rel="external" title="Barnett Clutches"></a>
				At the forefront of clutch design for 40+ years, Barnett has won more races and set more records than any other brand.
			</li>
</ul>
Has anyone seen this before? It's like IE is completely blocking out the IMG tag from the server before even getting to the browser. Neither of these computers are running anything weird. They're both modern computers with the latest version of IE. I've tried disabling any antivirus/antispam software and nothing seems to work.

Any help would be greatly appreciated.

Thanks.
kraftomatic is offline   Reply With Quote
Old 06-29-2006, 03:39 AM   PM User | #2
fasterthanyouex
New to the CF scene

 
Join Date: Jan 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
fasterthanyouex is an unknown quantity at this point
change this into
Code:
<img src="images/sponsors/woodcraft.jpg" width="85" height="50" alt="Woodcraft Race Products" class="logo" />
This:
Code:
<img src="images/sponsors/woodcraft.jpg" width="85" height="50" alt="Woodcraft Race Products" class="logo" >
You made an extra "/" at the end I think.It's somthing I never seen before and im kinda new at this. If I am wrong please excuse me.
fasterthanyouex is offline   Reply With Quote
Old 06-29-2006, 03:41 AM   PM User | #3
fasterthanyouex
New to the CF scene

 
Join Date: Jan 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
fasterthanyouex is an unknown quantity at this point
I would also like to state that you live or work around where i live with the kart place.
fasterthanyouex is offline   Reply With Quote
Old 06-29-2006, 05:29 AM   PM User | #4
Arbitrator
Senior Coder

 
Arbitrator's Avatar
 
Join Date: Mar 2006
Location: Splendora, Texas, United States of America
Posts: 2,902
Thanks: 5
Thanked 188 Times in 185 Posts
Arbitrator is on a distinguished road
fasterthanyouex, in XHTML, all elements must be closed. That closing slash is used to close elements that do not have a separate end tag and shouldn't be causing any problems.

kraftomatic, the images display fine for me in Internet Explorer 6. My guess would be that you have an ad-blocking utility blocking the directory called "sponsers" with a filter along the lines of */sponsers/*. This could be an anti-adware, anti-spyware, or anti-virus program; try disabling certain security programs or change the directory name to something not commonly used for ads.
__________________
Please for the love of god stop making IE. You current "browser"s cause me to cry every day. —Phil *
Arbitrator is offline   Reply With Quote
Old 06-29-2006, 01:17 PM   PM User | #5
kraftomatic
Regular Coder

 
Join Date: Jul 2003
Posts: 593
Thanks: 16
Thanked 0 Times in 0 Posts
kraftomatic is an unknown quantity at this point
That's a good point Arb, thanks - all the blocked images are in that one directory. I want to say I've heard of that happening before ( a certain directory being blocked altogether), so I'll try changing the directory and see if that helps anything.

fasterthanyouex - cool, yeah Kart 2 Kart is a sponsor of mine. I've known those guys for sometime.
kraftomatic is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 +1. The time now is 11:09 PM.


Advertisement
Log in to turn off these ads.