Quote:
Originally Posted by marst
The "bullet" character — I have been trying a single lower-case "O" ("oh," not zero). It isn't quite what I'm after but looks better to me than the tiny bullet provided by "<ul>". I'd prefer a thinner open disk but haven't found just what I'm after yet, at least as an HTML entity.
|
Maybe you could get it with:
Code:
ul {
list-style-type: circle;
}
But I'm not sure if that is what you are looking for.