<<O>>  Difference Topic TextFormattingFAQ (r1.17 - 15 Aug 2004 - PeterThoeny)
Changed:
<
<

Text Formatting FAQ

>
>

Text Formatting FAQ


The most frequently asked questions about text formatting are answered. Also, TextFormattingRules contains the complete TWiki shorthand system on one quick reference page.

TOC: No TOC in "TWiki.TextFormattingFAQ"

Deleted:
<
<


How do I make a separator?

Line: 36 to 35

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.

Changed:
<
<
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>:
>
>
To prevent auto-linking - say you want to enter a word like JavaScript (the proper spelling!) - prefix the WikiStyleWord? with an exclamation point:

Changed:
<
<
  • <nop>WikiStyleWord displays as WikiStyleWord
>
>
  • !WikiStyleWord displays as WikiStyleWord


How can I write fixed font text?

Line: 156 to 157

The code 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 "#ff0000" for Web page purposes. StandardColors lists basic colors.


Deleted:
<
<

Changed:
<
<
-- TWiki:Main.PeterThoeny - 16 Mar 2004
-- TWiki:Main.MikeMannix - 14 Sep 2001
>
>
-- TWiki:Main.PeterThoeny - 15 Aug 2004
-- TWiki:Main.MikeMannix - 14 Sep 2001
Revision r1.16 - 17 Mar 2004 - 06:43 - PeterThoeny
Revision r1.17 - 15 Aug 2004 - 21:42 - PeterThoeny