What you are looking for is likely going to be in a style sheet.
Look for something like: "list-style-type:" or "list-style"
If you don't want to alter the style then you will need to create a local or inline style to turn the bullets back on, something like:
style="list-style-type: circle; list-style-position: outside;"
Main Topics
Browse All Topics





by: JimWarnerPosted on 2009-09-02 at 09:13:55ID: 25242577
The code that you posted works just fine in IE7, IE8, and Firefox. The problem might be in the stylesheet. Look at the stylesheet for UL and/or LI. I don't know about Dreamweaver MX, but in DW8, if I have the CSS Styles window open and highlight the text, the CSS Styles window shows me all styles applied to the highlighted text.