marycrawford (
marycrawford) wrote2005-03-23 04:46 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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.
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.
no subject
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
no subject
I do have this at the top, though: "!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
Thanks for the help!
Mary, pondering
no subject
The slash before the closing > marks it as a one-shot open-and-close tag.
no subject
Single-tags is pretty standard in HTML. Besides, it's specified as a standard in the documentation of W3C.