Closed
Bug 269975
Opened 20 years ago
Closed 20 years ago
I can't see down loaded imageswithh mozilla 1.7.2. Using IE5.5, I am able to see All images
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: fredfmah, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.2) Gecko/20040803 Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.2) Gecko/20040803 I have written a small book for assembly beginners on the MIT piclist. To be exact http://www.piclist.com/techref/piclist/biketut/index.htm It is a tutor and the images are needed to help the text. But except for the index, where the image is visible, there are no other images visible in any chapter e.g. Chapter three http://www.piclist.com/techref/piclist/biketut/chapter3.html should show 6 images but only empty boxes are visible. However using IE5.5 all the images are visible. Maybe this is some switch which unwittingly I have set to block images from this site. If so could you please tell me where. My PC is AMD 1800+, 256M ram, winme. Using google or Yahoo, neither give me an image Sory I should have said, I have no problem seeing images, say , from the NY times Thanking you in advance Fred Reproducible: Always Steps to Reproduce: 1. Connect to http://www.piclist.com/techref/piclist/biketut/index.htm 2. You see me on my bike 3. go to any other chapter listed, there are no images, just empty boxes Actual Results: In this case simply no image Expected Results: Show the image embedded in the typical html page
Comment 1•20 years ago
|
||
The Img links are wrong... Example: src="..\..\..\images\piclist\biketut\fig7.jpg" A Backslash "\" is invalid in an URL and must be escaped. Please change it to a "/" : src="../../../images/piclist/biketut/fig7.jpg"
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Summary: I can't see down loaded imageswithh mozilla 1.7.2. Using IE5.5, I am able to see All images → I can't see down loaded imageswithh mozilla 1.7.2. Using IE5.5, I am able to see All images
You need to log in
before you can comment on or make changes to this bug.
Description
•