nos wrote:
<input name="Categories" class="listcomplete" value="Cat1 Cat2 Cat3"> <ul> <li>Cat1</li> <li>Cat2</li> <li>Cat3</li> <li>Cat4</li> <li>Cat5</li> </ul>
I'm not quite sure what you're looking to do, and this markup is part of the issue. There is no "type" attribute on your "input" tag. Is this just a text field? Also, the tag is also not closed. Is the "ul" element supposed to somehow be embedded in the "input" element?
-- Scott

