Images disappeared

Status
Not open for further replies.

theodore.lano72

New Member
Messages
2
Reaction score
0
Points
0
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?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
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.
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
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:

theodore.lano72

New Member
Messages
2
Reaction score
0
Points
0
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!
 
Status
Not open for further replies.
Top