My images/hyperlinks are coming out all wrong, or don't
load! What's up?
Answers were Sorted based on User's Feedback
Answer / irene
check the file or image path
check the spelling of the file or image name - case
sensitive
check img tag syntax <img src="xxx.gif" alt="xxx" />
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
Most likely you forgot to close a quote at the end of an
HREF or SRC. Alternatively, perhaps you used a ">" character
in an ALT text or somewhere else inside a tag. Although this
is legal, several older browsers will think the tag ends
there, so the rest is displayed as normal text.
This especially happens if you use comment tags to "comment
out" text with HTML tags. Although the correct syntax is
<!-- --> (without "--" occurring anywhere inside the
comment), some browsers will think the comment ends at the
first > they see.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is tag medical term?
What tag is used to create HTML Lists?
What is ol and ul tag?
What is the html tag for italicizing your text?
How to give two images in background.
What is html5 output element?
When should I use html5?
What is http and html?
How do I use forms?
What is action tag in html?
Does localstorage expire?
What does an xhtml document look like?