Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1370 | Replies: 5
![]() |
•
•
Join Date: Jul 2006
Location: Middle America
Posts: 173
Reputation:
Rep Power: 3
Solved Threads: 1
I have an anchor over an image, a subsequent <p>, and a seond image. I'm trying to validate xhtml transitional, and it says, for each of the three elements:
the format is <a> <h3....><img /> <p> <h3....><img /> </a>
what is a good solution for this?
•
•
•
•
missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag...
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
the format is <a> <h3....><img /> <p> <h3....><img /> </a>
what is a good solution for this?
There isn't a "solution", per se. The structure you're trying to create isn't a valid structure, for several reasons. Your H3 tags aren't closed. Your paragraph tags aren't closed. You cannot place block-level elements, such as paragraphs, within inline elements, such as anchors.
You also can't wrap multiple elements inside of a single anchor.
Please describe what you're trying to do, as the code you posted as an example of your format is syntactically meaningless.
You also can't wrap multiple elements inside of a single anchor.
Please describe what you're trying to do, as the code you posted as an example of your format is syntactically meaningless.
•
•
Join Date: Jul 2006
Location: Middle America
Posts: 173
Reputation:
Rep Power: 3
Solved Threads: 1
You seem to be asking several questions. Please narrow your posts down to a single, specific question, and I'll try to answer it.
Paragraphs can contain anchors. Anchors cannot contain paragraphs, as in your original post.
With your latest post, I think you're referring to the border property? If you don't want a border, for your image or anchor, apply the "border-style: none" CSS property to those elements.
Paragraphs can contain anchors. Anchors cannot contain paragraphs, as in your original post.
With your latest post, I think you're referring to the border property? If you don't want a border, for your image or anchor, apply the "border-style: none" CSS property to those elements.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode