how to make <ul> *not* move text to the right
am 15.06.2007 16:39:33 von Tomasz ChmielewskiI want to make a small menu with
- and
- .
The problem is, when I use- , the menu is moved to the right a bit.
- item 1 about...
- item 2 else...
- item 1 about very long line
- item 2 else...
- item 1 about very long line
- item 2 else...
Let me illustrate by example:
Here some text before
Here some text after
Renders as:
Here some text before
*item 1 about...
*item 2 else...
Here some text after
Whereas I would like it to render just as the rest of the text (Here
some text):
Here some text before
* item 1 about...
* item 2 else...
Here some text after
If I remove- , it will work fine, but then, it doesn't wrap properly
if the line is longer:
Here some text before
Here some text after
Renders as:
Here some text before
* item 1 about very long
line
* item 2 else...
Here some text after
Whereas with- , it renders just fine (but is moved to the right):
Here some text before
Here some text after
Renders as:
Here some text before
* item 1 about very long
line
* item 2 else...
Here some text after
Anyone knows the right spell? :)
--
Tomasz Chmielewski