-
- clearbluedigital

-
Total Posts: 5
Joined: 2008-07-01
|
I want to use unordered lists in my product descriptions so I add the <ul> and <li> tags to each product’s html description but the product pages don’t properly display the bullet lists. I understand that this because of the following line in the reset.css
li { list-style:none; }
I tried removing this from the reset.css but that does more harm than good as my images are then all preceded with a disc. So I put it back.
My question is how do I get unordered lists to display properly in my product descriptions? I have added a new li style to my custom.css and applied the style to the list but there still is no change displayed on my product pages. As usual, I am sure I’m missing the most basic of things. Any help would be greatly appreciated.
|