Scusa, awd:

Hey tedster,

I stuck the blockquote code from my previous post into a html4.01 strict page (nothing else on the page) and it validated fine.

Then I removed the

and </p> tags and it threw up errors. Have you tried surrounding the quotation text with

tags?

mipapage: The trailing "/" is fof XHTML, I don't think that it's at all necessary in HTML4.01...


I think that must be it --

tags are required ina <blockquote>. But that gets into cross browser rendering issues that I didn't want to mess with. Oh, well.

Funny thing is both

and <blockquote> are block elements. And a

cannot contain a <blockquote> -- except that rule may change in XHTML 2.0