<<O>> Difference Topic TextFormattingFAQ (r1.9 - 14 Sep 2001 - MikeMannix?) |
Line: 1 4 to 1 4 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
The most frequently asked questions about text formatting are answered. Also, TextFormattingRules contains the complete TWiki shorthand system on one quick reference page. | |||||||
Line: 13 to 12 | ||||||||
Changed: | ||||||||
< < |
You can make a horizontal separator by writing three or more dashes at the beginning of a line. | |||||||
> > |
You can make a horizontal separator by entering three dashes at the beginning of a line: --- .
| |||||||
Line: 28 to 27 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 33 to 34 | ||||||||
Changed: | ||||||||
< < |
Some words (like WinAPI?) have an unwanted question mark at the end. How can I prevent that? | |||||||
> > |
Some words appear highlighted, with a "?" link at the end. How can I prevent that? | |||||||
Line: 35 to 36 | ||||||||
Changed: | ||||||||
< < |
A question mark after a word is a link to a topic that doesn't yet exist - click it to create the new page. This is a TWiki feature - typing a MeaningfulTitle? in a comment is an invitation for someone else to add to the topic. | |||||||
> > |
A question mark after a word is a link to a topic that doesn't yet exist - click it to create the new page. This is a TWiki feature - typing a MeaningfulTitle? in a comment is an invitation for someone else to add a new branch to the topic. | |||||||
Line: 37 to 38 | ||||||||
Changed: | ||||||||
< < |
To prevent auto-linking - you may simply want to enter a word like JavaScript (the proper spelling!) - prefix it with the special TWiki HTML tag <nop> :
| |||||||
> > |
To prevent auto-linking - say you want to enter a word like JavaScript (the proper spelling!) - prefix the WikiStyleWord? with the special TWiki HTML tag <nop> :
| |||||||
Line: 39 to 40 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 44 to 45 | ||||||||
Changed: | ||||||||
< < |
Enclose text in "=" equal signs:
| |||||||
> > |
The quickest way is to enclose the text in equal signs: | |||||||
Line: 49 to 47 | ||||||||
Changed: | ||||||||
< < |
Alternatively you could also use preformatted text, see next question for details. | |||||||
> > |
| |||||||
Line: 54 to 53 | ||||||||
Changed: | ||||||||
< < |
TWiki interprets text as HTML. It is possible to use preformatted text to workaround this. Use the preformatted HTML tags to keep the new line of text as it is. Do so by enclosing text in either <pre> </pre> or <verbatim> </verbatim> tags: | |||||||
> > |
TWiki interprets text as HTML, so you can use the preformatted HTML text option to keep the new line of text as is. Enclose the text in <pre> </pre>, or in TWiki's own <verbatim> </verbatim> tags:
| |||||||
Line: 74 to 73 | ||||||||
Changed: | ||||||||
< < |
1. Use Wiki rule with "|" vertical bars | |||||||
> > |
1. Use Wiki rule with "|" vertical bars | |||||||
Line: 83 to 82 | ||||||||
Changed: | ||||||||
< < |
2. Use HTML tables with <table>, <tr>, <td> tags | |||||||
> > |
2. Use HTML tables with <table>, <tr>, <td> tags | |||||||
Line: 85 to 84 | ||||||||
Changed: | ||||||||
< < |
This is a manual process using HTML commands. Here is an example. If you enter this: | |||||||
> > |
This is a manual process using HTML commands. You enter: | |||||||
Line: 99 to 100 | ||||||||
Changed: | ||||||||
< < |
It is displayed as a table like this: | |||||||
> > |
Result: | |||||||
Line: 111 to 112 | ||||||||
Changed: | ||||||||
< < |
3. Use preformatted text with <verbatim> tags | |||||||
> > |
3. Use preformatted text with <verbatim> tags | |||||||
Line: 113 to 114 | ||||||||
Changed: | ||||||||
< < |
Text I enter gets wrapped around. How can I keep the formatting as it is? See "Text enclosed..." | |||||||
> > |
See "Text enclosed..." | |||||||
Line: 122 to 123 | ||||||||
Changed: | ||||||||
< < |
1. Using URL ending in .gif, .jpg, .jpeg, .png | |||||||
> > |
1. Using URL ending in .gif, .jpg, .jpeg, .png | |||||||
Line: 126 to 127 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 129 to 130 | ||||||||
Changed: | ||||||||
< < |
2. Using <img> tag | |||||||
> > |
2. Using <img> tag | |||||||
Line: 133 to 134 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 139 to 140 | ||||||||
Changed: | ||||||||
< < |
Place text you would like to specify a color inside <font color="colorCode"> and </font> tags. | |||||||
> > |
Sure. The quickest way is to use the <font color="colorCode"> and </font> tags - they're HTML tags that work in any browser, (although they've been phased in the latest version).
You can also use a style attribute: style="color:#ff0000" , placed in most HTML tags - span is an all-purpose choice: "<span style="color:#ff0000">.
| |||||||
Line: 141 to 144 | ||||||||
Changed: | ||||||||
< < |
"colorCode" is the hexadecimal RGB color code. The color is composed by specifying the red, green and blue components of the color in hexadecimal notation. For example, to specify white, the red, green and blue components are 255, 255, 255, so you would use ="#ffffff=". You can use StandardColors or common color codes: | |||||||
> > |
"colorCode" is the hexadecimal RGB color code, which is simply Red, Green and Blue values in hex notation (base 16, 0-F). For pure red, the RGB components are 255-0-0 - full red (255), no green or blue. That's FF-0-0 in hex, or "#ff000=" for Web page purposes. For a basic color selection (you can StandardColor names instead of hex code in the =font tag only):
| |||||||
Line: 169 to 170 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 175 to 176 | ||||||||
Changed: | ||||||||
< < |
-- MikeMannix? - 10 Sep 2001 -- PeterThoeny? - 13 Sep 2001 | |||||||
> > |
-- PeterThoeny - 13 Sep 2001 -- MikeMannix - 14 Sep 2001 |
Topic TextFormattingFAQ . { View | Diffs | r1.10 | > | r1.9 | > | r1.8 | More } output as: { } |
Revision r1.8 - 13 Sep 2001 - 08:44 - PeterThoeny? Revision r1.9 - 14 Sep 2001 - 02:09 - MikeMannix? |