I cannot find a reason why all of the images have disappeared from my site: http://tedlano.com . It was working fine the other day, I've checked the permissions and code but those seem to be fine. Now it just shows a bunch of text. Can you help?
I cannot find a reason why all of the images have disappeared from my site: http://tedlano.com . It was working fine the other day, I've checked the permissions and code but those seem to be fine. Now it just shows a bunch of text. Can you help?
The problem appears to be in your main.css -- there is no closing brace ("}") for the .indiv-blog class entry, and all of the image-carrying items (like the #content div, p#construction, p#bog-label, ...) follow that entry. Unfortunately, that makes them invalid.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)
I'm not sure if this is the cause or not, but you seem to have an extra <!DOCTYPE> tag in your page source in the body right under <div id="container">
EDIT: what essellar said makes more sense, but you might want to fix what I said anyway![]()
Last edited by Skizzerz; 09-28-2011 at 12:15 AM.
█ Ryan Schmidt | Level 2 Support
█ 888-X10-9668 - ryan[@]x10hosting.com
█ x10Hosting - Giving Away Hosting Since 2004
█ Premium Hosting | VPS Services
essellar: Thank you so much for finding that! You have a keen eye. Images came back, thanks again.
Skizzers: Ah, that was there because I included that line in my PHP file that handles the top header. I guess I shouldn't include those lines in there. Thanks for checking!