Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 29th, 2004, 04:29 AM
librisx librisx is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 3 librisx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
IE6 not displaying images in webpage

Hi,

This is my first post here, I come in need indeed!

I'm building a webpage which presently is in a folder on my C drive.
Inside the site folder, along with the HTML files are two folders, one css that holds the CSS and one called grafix that contains all .jpgs and gifs.

IE6 cannot read the style sheet (doesn't format the page properly as per the .css file) nor display the images when I do File > Open> browse> open filename.html it only shows rectangles where images should be with either a red X or 3 or 4 shapes of different colors. It can, however, read the accompanying "alt" text for each image.

The images were done in Photoshop 7.

IE will display the images individually, if I do file...open filename.gif or filename.jpg but cannot from the HTML files.
I've tested the files in Dreamweaver, no errors.

I have tried a mix of both relative and absolute links, no images shown either way by IE. Mozilla has no problems displaying the images with a mix of relative and absolute links, reads the CSS and displays the entire page pixel perfect, all images are exactly where they should be.

I don't think the rest is relevant but...the op sys is ME.

If anyone has run into this problem and / or knows the solution I'd appreciate hearing it.

Thanks

Librisx

Reply With Quote
  #2  
Old April 30th, 2004, 03:23 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,660 jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 4 Days 1 h 21 m 33 sec
Reputation Power: 1618
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
Your html is probably wrong and linking incorrectly your images etc.
Are your paths written the windows way i.e. folder_name\whatever or *nix / web way folder_name/whatever -> a snip of code might help.
__________________
Cheers,

Jamie


# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

# Any form of employment is strictly prohibited ......


__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.

__________________

Reply With Quote
  #3  
Old April 30th, 2004, 08:26 PM
librisx librisx is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 3 librisx User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
IE6 not displayng iamges, not reading css

Hi,

This is the way it was before:

<img src="grafix/bannergl.jpg"/ >

I tried this, after reading your message:

<img src="gl_grafix/bannergl.jpg"/ >
<img src="/gl_grafix/bannergl.jpg"/ >
<img src="./gl_grafix/bannergl.jpg"/ >
<img src="../gl_grafix/bannergl.jpg"/ >

I saved the page between each attempt

None work

Librisx

Reply With Quote
  #4  
Old May 1st, 2004, 02:44 PM
RedDog's Avatar
RedDog RedDog is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Toronto
Posts: 167 RedDog User rank is Sergeant (500 - 2000 Reputation Level)RedDog User rank is Sergeant (500 - 2000 Reputation Level)RedDog User rank is Sergeant (500 - 2000 Reputation Level)RedDog User rank is Sergeant (500 - 2000 Reputation Level)RedDog User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 31 m 20 sec
Reputation Power: 13
Hi librisx,

Your paths may be incorrect. The first two should work, however try adding the space before the / opposed to afterwards. (eg. <img src="grafix/bannergl.jpg" />)

Good Luck
__________________

- Infinityws.com - Providing Reliable Web Hosting Solutions Since 2000
- Web Hosting - Reseller Accounts - E-Commerce Packages
- Free ClientExec License With ALL Reseller Accounts

A Satisfied Customer

Reply With Quote
  #5  
Old May 17th, 2004, 06:33 PM
m-king m-king is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: Australia
Posts: 31 m-king User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
i had the same problem and found that when i made my pages xhtml compliant dreamweaver added little gremlins for me to find.
try it with no / at the end.
(eg. <img src="grafix/bannergl.jpg">)
it did the trick for me

Reply With Quote
  #6  
Old May 18th, 2004, 05:36 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,660 jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 4 Days 1 h 21 m 33 sec
Reputation Power: 1618
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
That makes it non xhtml compliant if you remove the /. See RedDog's answer..

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > IE6 not displaying images in webpage


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway