Quote:
Originally Posted by Jabby
Yep. Tried that as well as using text file directly.
The problem is: Every line termination gives me a double space. This is fine for paragraph separation but not for bullet lines.
Sorry for lack of clarity - John
|
You want an un-ordered list (AKA Bullet list)
http://www.w3.org/TR/1999/REC-html40...uct/lists.html
<ul>
<li> Item
<li> nother Item.
</ul>
Sigil can do this for new stuff, I am not sure if it can easily do it for existing text, but switching to CV and editing thre tag aroound each item should be fairly easy.
http://www.w3.org/TR/1999/REC-html40...uct/lists.html