Thorsten wrote:
i know that one must put block elements inside inline elements with xhtml 1.0 strict, but this isn't the case here? paragraphs are block elements, as are <div>s.

Correction, you're not meant to put block elements inside inline, nor can you put block elements in block-level inline containers, such as "<p>"


Replace the <p><div><img/><img/></div></p> with:

<p><span><img/><img/></span></p>

HTH
-David R
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to