marycrawford: 13 hour clock icon (headhurts)
marycrawford ([personal profile] marycrawford) wrote2005-03-23 04:46 pm

Ackity

I've just had word that the images (screencaps and thumbnails) at my site are inaccessible, or show up broken.
I had a look, but all the images are showing up for me in both Mozilla Firefox and Internet Explorer, so I have no idea what's going on. (The person who emailed me also uses Firefox.)

Can anyone take a quick look and tell me if anything looks wrong from your end? I'd really appreciate it.

[identity profile] science-vixen.livejournal.com 2005-03-23 04:35 pm (UTC)(link)
I noticed before that the first releases of Firefox actually were rather sucky in rendering HTML.
If a page doen't have the specific infoline in top stating that it's HTML, it expects the page to be XML.
This means that you need closing tags for all tags.
including <P>, <BR> and <IMG>

I understand the later versions fixed this though

[identity profile] marycrawford.livejournal.com 2005-03-23 04:44 pm (UTC)(link)
Whoa. I didn't even know the img tag had a closing tag? And I thought I was anal because I insisted on closing all P tags. Good heavens.

I do have this at the top, though: "!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"

Thanks for the help!

Mary, pondering

[identity profile] science-vixen.livejournal.com 2005-03-23 04:54 pm (UTC)(link)
It's <IMG src="URL goes here" alt="alternative text" />

The slash before the closing > marks it as a one-shot open-and-close tag.

[identity profile] science-vixen.livejournal.com 2005-03-23 04:58 pm (UTC)(link)
The DOCtype flag in top should be enough.

Single-tags is pretty standard in HTML. Besides, it's specified as a standard in the documentation of W3C.