-
1. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
sudarshan.t Apr 27, 2012 1:17 AM (in response to millyapple)1 person found this helpfulPost your HTML code. It may be an issue with relative linking in your code. If possible, post a link to your active page on the site.
-
2. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
osgood_ Apr 27, 2012 1:23 AM (in response to millyapple)1 person found this helpfulmillyapple wrote:
They're exactly the same length as the other jpeg names within that set of pages; nothing longer than 10 letters or numbers. Also they're both RGB as someone mentioned that could be a problem.
The length of the name of the saved image doesn't matter. It sounds as though the links to the images maybe incorrect after reading your post. Please post a url to the page in question, someone can take a look at this issue and diagnose the problem for you.
-
3. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
millyapple Apr 27, 2012 2:05 AM (in response to sudarshan.t)my website is a bit strange because when you click on the front page the website address is:
but also, when you click on any pages inside, the website address is always the same.
but, for the purposes of this post, if you go to the url above, and then go to the second item on the menu page down called 'Evasion' and click on that, you will see the broken image. Maybe because it's always the same url, this idea about links might be difficult to diagnose?
thanks for replying.
-
4. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
millyapple Apr 27, 2012 2:10 AM (in response to osgood_)my website is a bit strange because when you click on the front page the website address is:
but also, when you click on any pages inside, the website address is always the same.
but, for the purposes of this post, if you go to the url above, and then go to the second item on the menu page down called 'Evasion' and click on that, you will see the broken image. Maybe because it's always the same url, this idea about links might be difficult to diagnose?
thanks for replying.
-
5. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
sudarshan.t Apr 27, 2012 2:26 AM (in response to millyapple)The images work just fine. Here's a screenshot:
Also, I noticed that your domain is just pointing to a subdomain on your University's website. http://homepages.gold.ac.uk/millythompson and your site is loading using the frames - which is why your addressbar remains the same. However, if you navigate using the university URL, your links in URL address bar will change.
-
6. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
osgood_ Apr 27, 2012 2:39 AM (in response to millyapple)The image shows up here too as Sudarshan says. Whats that on the homepage....looks like a tit?
-
7. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
sudarshan.t Apr 27, 2012 2:52 AM (in response to osgood_)They look like a pair of balloons with glitter on them. But, I like the way you think!
-
8. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
osgood_ Apr 27, 2012 3:06 AM (in response to sudarshan.t)Looks like a blow-up dolls tits to me covered in god knows what and a bit of bondage thrown in for good measure....whatever it looks quite revolting. Looks like some depraved sex site I'm entering........................so I did
-
9. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
millyapple Apr 27, 2012 4:06 AM (in response to osgood_)whoever said balloons is correct with glitter - not porn! and i'm an artist, so that's my work.
but the page you uploaded Sudarshan shows what I'm talking about. You see the little thumbnails to the left of the big image. on the second line the 8th picture (far right of second line of thumbs) has come up blank/white; there is meant to be a jpeg there, and on each page of the Evasion section. Then on the 8th page of the evasion section which is linked to that blank/white thumb is the blank/white large jpeg.
So 9 thumbs linked to the large jpeg on the 8th page are all missing and are blank/white.
And by the way, I understand that university thing now.
Thanks for your help so far (and comments!).
-
10. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
sudarshan.t Apr 27, 2012 4:23 AM (in response to millyapple)The thumbnails refers to
works/evasion/evasion851.jpg
This file is missing.
The main page evasion08.html refers to
works/evasion/evasion8551.jpg
This file is missing too.
-
11. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
sudarshan.t Apr 27, 2012 4:27 AM (in response to sudarshan.t)1 person found this helpfulOne more thing I noticed is the filename convention you've used.
It looks like this:
<tr align="left">
<td><a href="evasion01.html"><img src="works/evasion/evasion55.jpg" alt="" width="55" height="40" border="0" align="top" /></a><a href="joy01.html"></a></td>
<td><a href="evasion02.html"><img src="works/evasion/evad55.jpg" width="37" height="55" border="0" align="top" /></a></td>
<td><a href="evasion03.html"><img src="works/evasion/evasion255.jpg" alt="" width="36" height="55" border="0" align="top" /></a></td>
<td><a href="evasion04.html"><img src="works/evasion/evasion355.jpg" alt="" width="55" height="44" border="0" align="top" /></a></td>
</tr>
<tr align="left">
<td><a href="evasion05.html"><img src="works/evasion/evasion155.jpg" alt="" width="55" height="31" border="0" align="top" /></a></td>
<td><a href="evasion06.html"><img src="works/evasion/evasion455.jpg" alt="" width="55" height="35" border="0" align="top" /></a></td>
<td><a href="evasion07.html"><img src="works/evasion/evasion555.jpg" alt="" width="30" height="55" border="0" align="top" /></a></td>
<td><a href="evasion08.html"><img src="works/evasion/evasion851.jpg" alt="" width="55" height="37" border="0" align="top" /></a></td>
</tr>
<tr>
<td><a href="evasion09.html"><img src="works/evasion/evasion755.jpg" alt="" width="33" height="55" border="0" /></a></td>
I'd recommend that you give a proper order for filenames - they make your job easier - i.e. evasion01.html could hold evasion01.jpg as main image filename and evasion01_t.jpg as thumbnail image filename. This varies with different people but this is the methodology I'd use. Or another easy way of doing it is to put your main images into works/evasion folder with filenames like 01.jpg, 02.jpg, etc.. And put the thumbnails into works/evasion/thumbs with filenames like 01.jpg, 02.jpg, etc...
-
12. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
millyapple Apr 27, 2012 4:39 AM (in response to sudarshan.t)ah. so maybe it's something to do with the way I've been managing my site in dreamweaver. Will have another go at directing dreamweaver to the place where all the images are. And yes I understand that I've gone about naming my files and pages in a haphazard way. It drives me mad and next time I start another section I will start with a better system now you've pointed it out.
Thanks very much. I couldn't see how they could be missing because they're all in the same folder etc.
-
13. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
osgood_ Apr 27, 2012 4:44 AM (in response to millyapple)millyapple wrote:
whoever said balloons is correct with glitter - not porn! and i'm an artist, so that's my work.
Missing file:
http://homepages.gold.ac.uk/millythompson/works/evasion/evasion851.jpg
I'm an artist too.............I have a very creative mind..........or maybe just a dirty one
-
14. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
sudarshan.t Apr 27, 2012 4:57 AM (in response to millyapple)1 person found this helpfulThere are a handful of reasons why 1 image may get missed out - even though they're all in the same folder.
2 classic reasons for this would be:
- Connection timeout to your server when DW or your FTP client is trying to PUT files - this may cause a no file or a zero-byte file to be uploaded which may give you a File not Found 404 error - most common reason
- Malfunction of DW site cache in a way that DW loses track of recently changed files - this is very rare but has happened a few times with me
Trust this helps.
Good luck with your project.
Cheers,
ST
-
15. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
osgood_ Apr 27, 2012 5:04 AM (in response to millyapple)Yeah, good luck with your projects.............are those bazzookies for sale?....just enquiring like
-
16. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
millyapple Apr 27, 2012 5:05 AM (in response to sudarshan.t)Thanks for that. That is all getting too technical for me, and I'm going to go back to person who made site and get them to read these two responses. Because I did just try and redirect, but it hasn't worked.
But thanks very much for your support.
Milly
-
17. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
osgood_ Apr 27, 2012 5:34 AM (in response to millyapple)Your code currently shows you are missing an anchor tag <a></a> around the evasion851.jpg thumbnail image:
<td><img src="works/evasion/evasion851.jpg" width="55" height="37" alt="01" /></td>
The code should be as follows:
<td><a href="evasion08.html"><img src="works/evasion/evasion851.jpg" width="55" height="37" alt="01" /></a></td>
However both images (evasion851.jpg & evasion8551.jpg) ARE NOT uploaded to your server in the place where the browser is looking for them which is here:
http://homepages.gold.ac.uk/millythompson/works/evasion/evasion851.jpg
http://homepages.gold.ac.uk/millythompson/works/evasion/evasion8551.jpg
All you need do is make sure both those images are in the 'evasion' folder of your website. They will then show on your webpage.
-
18. Re: jpeg shows up when previewing in safari, but not when viewed after uploading to browser. CS5
millyapple Apr 27, 2012 8:57 AM (in response to osgood_)Thankyou for that information. It worked.