Quote:
Originally Posted by Karellen
FWIW, I use definition lists for my character summaries.
Code:
<dl>
<dt>Zarvora Cybeline</dt>
<dd>Highliber of Libris, the mayoral library, at 26 years old</dd>
<dt>Lemorel Milderellen</dt>
<dd>From Rutherglen Unitech library. Dragon Orange level at nineteen years old</dd>
<dt>Vellum Drusas</dt>
<dd>Deputy Overliber, Inspectorate Service</dd>
</dl>
Then style it in the CSS page.
|
Yep. Using <dl> is probably better than <ul> for this. I just went with <ul> because that's what I used as a quick and dirty workaround for the original sequential paragraphs with periods.
Probably don't need the dot leaders with <dl>, but I wonder if it's doable. EDIT: Doesn't look like it would be either desirable or doable to put dot leaders in a <dl>. The basic form would be enough.