Hi there,
I have a bulleted list that i am using to display certain items ..But if there is an ul within an li..it doesnt indent it and shows it close together in the next line
* This is great
* And so is this
o this is so cool
Even if "this is cool" has to be subitem its not showing as a subitem
this is the html code
It shows perfectly in IE.
Any help is appreciated..
Thanks in advance
AC
I have a bulleted list that i am using to display certain items ..But if there is an ul within an li..it doesnt indent it and shows it close together in the next line
* This is great
* And so is this
o this is so cool
Even if "this is cool" has to be subitem its not showing as a subitem
this is the html code
Code:
<ul > <li>This is great </li> <li>And so is this <ul> <li>this is so cool </li> </ul> </li> </ul>
Any help is appreciated..
Thanks in advance
AC
Comment