[TYPO3] Render entries in tt_address description field as <ul> list
Robert Markula
robert.markula at gmx.net
Fri Feb 2 11:13:15 CET 2007
Hi!
Every tt_address record has a 'Description' field.
For my purpose I'd like each line in this field to be wrapped as a list
entry.
E.g. I write this in the description field:
Line 1
Line 2
Line 3
This should get rendered as an unordered list in the FE:
<ul>
<li>Line 1</li>
<li>Line 2</li>
<li>Line 3</li>
</ul>
Is this possible, and how?
Cheers,
Ro
More information about the TYPO3-english
mailing list