Hi,
how can I add a Definition List? You can see this list here:
http://flare.bringthepixel.com/shortcodes/typography/
Regards,
Markus
Hi,
how can I add a Definition List? You can see this list here:
http://flare.bringthepixel.com/shortcodes/typography/
Regards,
Markus
It's a standatd HTML definition list:
<dl>
<dt>dt1</dt>
<dd>dd1</dd>
<dt>dt2</dt>
<dd>dd2</dd>
</dl>
regards,
Michael
Thank you!
np :)
You must log in to post.