Does anyone know if it is at all possible to prevent the automatic return to the next line after certain HTML tags like <p> or <ol>/<ul>. It isnt so much the paragraph tag as it is the ordered and undordered list. I need a list within a list but without empty lines inbetween.
For example:
(Good):
1. List 1
2. List 1
i. List 2
ii. List 2
iii. List 2
3. List 1
(Bad):
1. List 1
2. List 1
i. List 2
ii. List 2
iii. List 2
3. List 1
Hope that makes sense.. if not ill try to clarify.
Thanks,
-Skourge
Bookmarks