From: <li...@mo...> - 2007-08-29 11:13:47
|
Werner Hartnagel <no...@li...> 07-08-29 12:30 >The <p> Tag ist closed before the List instead after, >i removed the empty newline: I can't help you with your problem but <p class=3D"xxx"> <ul> <li>.... </ul> </p> is not valid HTML (lists can't be a part of paragraphs) so you=20 either need to find a way to create the first list you wrote or=20 perhaps change the CSS definitions (if possible) so no class=20 info is needed. jem --=20 Jan Erik Mostr=F6m, www.mostrom.pp.se |