C
Cliff R.
Hi, is there a way to remove the blank space that is added in HTML
when you do a list? For example:
<P>Heading</P>
<UL><LI>Item</LI></UL>
creates a skipped line between the heading and the first list item,
and I'd like the list to start directly on the next line. For example,
like this:
Heading
First item
....instead of this:
Heading
First Item.
Is there a way to achieve this? Thanks for your help.
Cliff
when you do a list? For example:
<P>Heading</P>
<UL><LI>Item</LI></UL>
creates a skipped line between the heading and the first list item,
and I'd like the list to start directly on the next line. For example,
like this:
Heading
First item
....instead of this:
Heading
First Item.
Is there a way to achieve this? Thanks for your help.
Cliff