Freeway writes some bastardized DLs when you use the unindented or
unbulleted list styles. They are DLs, but they don’t have the normal
structure inside. As far as I know, the only way to create these in
Freeway is using hand coding, and I would encourage you to use the
CrowBar Action to add these, because an inline Markup Item will create
an invalid construction if you put your entire DL in the markup item:
<p><dl> ... </dl></p>
Walter
On Dec 8, 2010, at 8:47 AM, DeltaDave wrote:
I am working on a bit of a navigation element that requires a
Definition List.
How do I get FW to write the dl, dt and dd bits - or does it need to
be hand coded?