Hi, i have this: <ul><li>Label <ul><li>field</li> <li>error</li> </ul> </li> </ul> HTML: Is there any way to get the list is showed exactly this way? : Label field error HTML: Regards Javi
If i understood it right.. you do that with css. <ul><li>Label <ul style="margin: -20px 0px 0px 60px"><li>field</li> <li>error</li> </ul> </li> </ul>