http://www.idocs.com/tags/_OL_START.html
Try this.
If you can't find a way to make the space between any bigger, then it might not be able to be done.
Unless you use .&.n.b.s.p.;.
REMOVE THE "." FOR IT TO WORK. (It doesn't show up as normal text on this message board.)
Code:
<OL>
<LI>.&.n.b.s.p.;.Place geletin mold over plate
<LI>Tap gently with a spoon
<LI>Lift mold off of geletin
</OL>
REMOVE THE "." FROM THE CODE FOR THIS TO WORK. (It doesn't show up as normal text on this message board.)
As for makeing the text between text:
Adding it in a table, or using <BR> seem to only work.
Code:
<OL>
<LI>Place geletin mold over plate
<br>
<LI>Tap gently with a spoon
<br>
<br>
<LI>Lift mold off of geletin
</OL>
as you can see ONE <BR> doesn't do it... you need TWO <BR><BR>
Happy?