Forum Moderators: open
Another problem I have is: that when I have a bullet and the text continues to a second line, it continues right below the bullet. It would look much neater if the second line would start where the first one did...how can I achive that?
I realize that all this could be done with preformatted text, but i guess that preformatted text would not look good in all browsers and window-sizes?
Thanks in advance!
I don't understand about your bullets..they should do what you are asking by default.
does your code look like this:
<ul>
<li>lots of text</li>
<li>lots of text</li>
</ul>
(check closing tags, I think some browsers are fussy)
Suzy