From e1d83a61325bf76736d5430dc45253db7cf42994 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Mon, 9 Aug 1999 06:38:25 +0000 Subject: none --- TWiki/TextFormattingFAQ.mdwn | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/TWiki/TextFormattingFAQ.mdwn b/TWiki/TextFormattingFAQ.mdwn index 84d731bd..6f2b06b7 100644 --- a/TWiki/TextFormattingFAQ.mdwn +++ b/TWiki/TextFormattingFAQ.mdwn @@ -62,10 +62,10 @@ If you do not intend to create a topic for a valid TWiki topic name, you can pre Q: **How can I write fixed font text?** -Enclose text in <CODE> and </CODE> HTML tags. +Enclose text in "=" equal signs. -* Example text:
`Proportional text, fixed font text, proportional again.` -* Example output:
Proportional text, ` fixed font text, ` proportional again. +* Example text:
Proportional text, =fixed font text= , proportional again. +* Example output:
Proportional text, `fixed font text` , proportional again. Alternatively you could also use preformatted text, see next question for details. @@ -88,14 +88,27 @@ It is recommended to use preformatting for tables and source code. Q: **How do I create tables?** -There are two possibilities: +There are three possibilities: -1. Use preformatted text with <PRE> tags. +1. Use Wiki rule with "|" vertical bars. 2. Use HTML tables with <TABLE>, <TR>, <TD> tags. +3. Use preformatted text with <PRE> tags. -**\_1. Use preformatted text with <PRE> tags\_** +**\_1. Use Wiki rule with "|" vertical bars\_** -See [Q:](#wrap) Text I enter gets wrapped around. How can I keep the formatting as it is? +* Example text:
`| cell A1 | cell B1 | cell C1 |`
`| cell A2 | cell B2 | cell C2 |` +* Example output: + + + + + + + + + + +
cell A1 cell B1 cell C1
cell A2 cell B2 cell C2
**\_2. Use HTML tables with <TABLE>, <TR>, <TD> tags\_** @@ -132,6 +145,10 @@ You can copy the example from <TABLE> to </TABLE> and change it to y More information about HTML tables can be found at +**\_3. Use preformatted text with <PRE> tags\_** + +See [Q:](#wrap) Text I enter gets wrapped around. How can I keep the formatting as it is? + ---- Q: **Can I include images and pictures?** @@ -210,4 +227,4 @@ Place text you would like to specify a color inside <FONT COLOR="colorCode"&g ---- --- [[Main/PeterThoeny]] - 26 Oct 1998 +-- [[Main/PeterThoeny]] - 08 Aug 1999 -- cgit v1.2.3