esthera
09-12-2011, 04:21 PM
my main has css has li turned not to show but I am doing
#productdesc ul
{list-style-type: circle;}
#productdesc ul li
{list-style-type: circle;}
and it's still now showing the list items for this div - what am I doing wrong
<div id="productdesc">
<ul><br><li>list 1 </li><li>list 2 </li><li> list 3<br></li></ul>
#productdesc ul
{list-style-type: circle;}
#productdesc ul li
{list-style-type: circle;}
and it's still now showing the list items for this div - what am I doing wrong
<div id="productdesc">
<ul><br><li>list 1 </li><li>list 2 </li><li> list 3<br></li></ul>