Sent by Carole Anne Gay on 30 September 2002 08:08
Hi Daniel,
Rather than creating extra list items, consider this alternative:
<ul>
<li> person1: blah </li>
<li style="margin-bottom: 2em;"> person2: blah blah </li>
<li> person1: blah </li>
<li style="margin-bottom: 2em;"> person2: blah blah </li>
</ul>
Note that you could create a selector for this rather than doing it inline and it would create an
even lighter weight page and never have to
worry about extraneous bullets, ever.
The other question is why use a list for what appears to be a dialogue? Would it not be just as
simple to use paragraphs?
HTH,
Carole