Yucky bullets are runing my layouts!
The bullets are going in ok, but the second line down starts right wher the bullet is, instead of where the text above is. Any ideas how to fix this?
I am controlling my lists with CSS and it looks like this:
li {
list-style-position: inside;
list-style-type: disc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
font-weight: normal;
line-height: 18px;
}
ANy ideas!!!