David Thielen wrote: >But in the file I sent it's not that. It's <p><p><p>.....</p></p></p> > >- dave > > > So your code gets altered (because of the implied end of paragraph rule) to <p></p><p></p><p> ... </p></p></p> which has two unmatched </p> tags in it. This happens automatically when html parsing software reads your code. The lesson? Don't embed paragraphs within other paragraphs. There's no reason to do it, and it's a violation of html syntax rules. dcbReceived on Friday, 18 April 2003 10:22:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:57:10 GMT