[Typo3-dev] CSC not capable of <ol> lists?
Sacha Vorbeck
sachav*removethis* at gmx.net
Fri Feb 4 10:50:06 CET 2005
Hi,
> just using the RTE:
> typing my things down, press enter after each item and when finished mark
> all items and choose ordered list... or did I misunderstand you?
what about people upgrading from content default/cSet stylesheets to
CSC? They might expect that the ordered lists they created with the
content element "bulletlist" (layout1 -
tt_content.text.20.parseFunc.tags.typolist.1.fontTag = <ol
class="list1"> | </ol>) also work with CSC.
On the other hand the content element "bullet list" might not be
necessary any more if we can set both ul and ol tags with the RTE.
But I still couldn`t find out how to create nested ul/ols correctly. It
works with rtehtmlarea but the HTML output is
<ul><li>level1 1</li><ul><li>level2 1</li></ul><li>level1 2</li></ul>
which is not valid HTML. It should be:
<ul><li>level1 1<ul><li>level2 1</li></ul></li><li>level1 2</li></ul>
Any ideas on this? If it has to be coded I`m willing to sponsor.
--
Ciao,
Sacha
More information about the TYPO3-dev
mailing list