* Ashley <apv at sedition.com> [2008-04-18 21:30]: > push(@result,"<li><b>$param</b></li>"); > push(@result,"<ul>"); That’s invalid HTML. You can’t put an `<ul>` directly inside a `<ul>` like that. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>