[thelist] thanks and easy questions

Gerd Baumann gb at inetwire.com
Thu Sep 14 02:27:32 CDT 2000


> Now here is my easy question--I know there is a trick for making an indented
> list with the heading flush left and the equivalent of a <br> between the
> heading and the first indented list item.  Everything I am trying
> (<blockquote>, <ul>) leads to a full line space instead.  Just adding
> several &nbsp; to each list item seems like cheating, and a lot of extra
> code, to boot.

Hi Martha, use a definition list.

<dl>
	<dt>Header</dt>
		<dd>First line of your list</dd>
		<dd>Second line of your list</dd>
</dl>

Good luck,

Gerd




More information about the thelist mailing list