<<O>> Difference Topic TextFormattingFAQ (r1.16 - 17 Mar 2004 - PeterThoeny) |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Text Formatting FAQThe most frequently asked questions about text formatting are answered. Also, TextFormattingRules contains the complete TWiki shorthand system on one quick reference page. | ||||||||
Line: 153 to 153 | ||||||||
If you need more colors you can use HTML, like <font color="#ff0000"> red text </font> . You can also use the up-to-date style attribute - ex: style="color:#ff0000" - placed in most HTML tags. span is an all-purpose choice: <span style="color:#ff0000">CoLoR</span> . Only old (like 3.x IE & NS) browsers have a problem with style .
| ||||||||
Changed: | ||||||||
< < |
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 "#ff000" for Web page purposes. StandardColors lists basic colors.
| |||||||
> > |
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.
| |||||||
| ||||||||
Added: | ||||||||
> > |
-- TWiki:Main.PeterThoeny - 16 Mar 2004 -- TWiki:Main.MikeMannix - 14 Sep 2001 |
Topic TextFormattingFAQ . { View | Diffs | r1.16 | > | r1.15 | > | r1.14 | More } |
Revision r1.15 - 22 Aug 2003 - 05:19 - PeterThoeny Revision r1.16 - 17 Mar 2004 - 06:43 - PeterThoeny |
Copyright © 1999-2024 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki.Tukro? Send feedback. |