Help - Search - Members - Calendar
Full Version: Need help with broken thumbmail image links in one page of website CSS problem?
HTMLHelp Forums > Web Authoring > Cascading Style Sheets
behvin
Hello,

I need help with checking the html and/or css of one page of my website.

The page... - Celtic Fox Studio - Jethro Gallery 2 is not displaying the thumbnail images. The thumbnail images are also squished together. I check the CSS and XHTML with the W3C validators and they have both passed. I used the link checker as well, and all of the thumbnail links are broken which is obvious because they do not diplay.

I don't know what the problem is as I haven't changed the code for this page, and it was working a few days ago. I think it must be a very small typo in the css or html, but I guess I can't see the trees for the forest. I've looked over it again and again, but I must be missing something or I don't know enough to know what to look for.

Thanks for any help you can give.

The CSS file is attached....



Frederiek
You have an escaped space %20 either in the path to the thumbnail or in the image name itself. Or atleast that's what Safari's Activity window indicates. These might be caused by the newline within the corresponding tags in the code.
behvin
Thank you! yes, it works now! I just opened the file in a different text editor and it changed the spacing a bit. Why does safari and w3c link checker display a space as 20%? Just curious.

Thanks again!

behvin
Darin McGrew
Spaces in URLs must be escaped as %20

It's all based on which characters are allowed to appear in URLs. Other characters must be escaped as %xx in URLs, where xx is the hex code for the character.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.