- From: David Dorward <david@dorward.me.uk>
- Date: Fri, 23 Jul 2004 18:48:47 +0100
- To: mike@9media.com
- Cc: www-validator@w3.org
On Fri, 2004-07-23 at 18:02, Mike Gradek wrote: > Here it is going through the validator service > http://validator.w3.org/check?uri=http%3A%2F%2Fwww.9media.com%2Ffr%2Frealisations&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1&sp=1 To quote that page: This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element > 66: <p> > 67: <div class="floatleft"> Paragraphs can not contain <div>s. The end tag for <p> is optional. Therefore this implies a </p> before the <div> -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Received on Friday, 23 July 2004 13:50:02 UTC