On Wed, May 25, 2011 at 09:02:38PM +0200, Oliver Betz wrote: > PmWikimarkup [[<<]] produces <br clear='all' /> in HTML, which is not > allowed in XHTML 1.0 Strict. > > Can the output generated by [[<<]] generally be changed to get similar > results with XHTML 1.0 Strict compatibility? > > If not, what is clean markup to clear a lfloat style
IIRC, there's not an exact XHTML 1.0 Strict equivalent to <br clear='all' />. You can get close by creating an element that has CSS with 'clear: both', but it doesn't always work exactly the same. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
