Question
I want to create a complex table. ie a Table in which the cell will have an ordered or unordered list of
WikiWords.
Eg.
<Table> <TD>
<UL>
WikiWord1
WikiWord2
WikiWord3
</UL)
</TD>
Environment
--
JitendraNelliparambil - 12 Jul 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Use proper (X-)HTML!
--
FranzJosefSilli - 12 Jul 2006
You can also use TWiki tables, but with the limitation that you cannot span a table cell over multiple lines. For bullets in a cell you can use pseudo-bullets
%BULLET% (just a bullet point) and
%BB% (braking bullet). E.g.
(view raw text to see how)
--
PeterThoeny - 13 Jul 2006