Question
Hello
I want to use bold font in a table cell, but TWiki thinks I want to create a header cell:
How can I achieve the wanted result? Thanks.
Josh
Environment
--
JoshuaMuheim - 15 Dec 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.
| header |
header |
| centered |
normal |
| long text in first column |
long text in second column |
Use
<nop> but mind the amount of spaces!
--
FranzJosefSilli - 15 Dec 2006
Or use html:
| *header* | *header* |
| <b>centered</b> | normal |
| long text in first column | long text in second column |
| header |
header |
| centered |
normal |
| long text in first column |
long text in second column |
--
ArthurClemens - 15 Dec 2006
Will TWiki convert
<b> to
<strong> ?
--
FranzJosefSilli - 16 Dec 2006