Hi, I'm afraid I don't know the jargon as someone else has set this up for me and I just make new pages based on the templates.
But I've just uploaded 9 new pages all with 9 small images linked to the corresponding 9 large images. All of them work except one, where I changed the image a couple of months afterwards. So now the 9 small images and it's corresponding large image come up with a blue question mark in Safari, and blank in Firefox. However when you save and click on Preview in Safari etc. it all works fine.
I've checked the jpeg names have no spaces and no caps. 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.
Everything else works fine in the pages and all links work.
Hope someone can help.
Thanks
millyapple 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.
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.
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.
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.
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!).
One 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...
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.
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 ![]()
There 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:
Trust this helps.
Good luck with your project.
Cheers,
ST
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.jp g
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.
North America
Europe, Middle East and Africa
Asia Pacific