Документ взят из кэша поисковой машины. Адрес оригинального документа : http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/TextFormattingFAQ?rev1=16&rev2=12
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 22:58:45 2014
Кодировка:
%TOPICTITLE% (12 vs. 16) - TWiki
Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r16  >  r15  >  r14  >  r13  >  r12  ...
TextFormattingFAQ 16 - 2004-03-17 - PeterThoeny
Line: 1 to 1
 

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.

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.
 
Changed:
<
<
-- PeterThoeny - 21 Feb 2002
-- MikeMannix - 14 Sep 2001
>
>
-- TWiki:Main.PeterThoeny - 16 Mar 2004
-- TWiki:Main.MikeMannix - 14 Sep 2001

TextFormattingFAQ 15 - 2003-08-22 - PeterThoeny
Line: 1 to 1
 

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.

Line: 49 to 49
  Result: Proportional text, fixed font, proportional again.


Added:
>
>
 

Text I enter gets wrapped around. How can I keep the formatting as it is?

TWiki interprets text as HTML, so you can use the preformatted HTML option to keep the new line of text as is. Enclose the text in <pre> </pre>, or in TWiki's own <verbatim> </verbatim> tag:

Line: 112 to 113
  3. Use preformatted text with <verbatim> tags
Changed:
<
<
See "Text enclosed..."
>
>
See "Text I enter gets wrapped around..."
 

Can I include images on a page?


TextFormattingFAQ 14 - 2003-01-09 - PeterThoeny
Line: 1 to 1
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.

TextFormattingFAQ 13 - 2002-06-28 - PeterThoeny
Line: 1 to 1
 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.

Line: 125 to 125
  This is a simple and automatic way of including inline images. Simply write the URL of the image file, this will create the inline image for you. NOTE: The images must be accessible as a URL.
Changed:
<
<
  • You enter: TWiki http://dualopt1.cmm.msu.ru/pub/wikiHome.gif logo.
    Result: TWiki wikiHome.gif logo.
>
>
  • You enter: TWiki http://dualopt1.cmm.msu.ru/pub/TWiki/TWikiLogos/twikilogo88x31.gif logo.
    Result: TWiki twikilogo88x31.gif logo.
  You can upload images directly to your server with FTP access. You can also attach image files to a topic - you could even create a dedicated image topic, like ImageLibrary - and then link to the images directly:
Line: 137 to 137
  This is a manual process where you have more control over the rendering of the image. Use the <img> tag of HTML to include GIF, JPG and PNG files. Note: The display of the topic is faster if you include the WIDTH and HEIGHT parameters that have the actual image size. http://www.htmlhelp.com/reference/wilbur/special/img.html has more on inline images.
Changed:
<
<
  • You enter: TWiki <img src="http://dualopt1.cmm.msu.ru/pub/wikiHome.gif" width="46" height="50" border="0" alt="logo" /> logo.
    Result:
    TWiki logo logo.
>
>
  • You enter: TWiki <img src="http://dualopt1.cmm.msu.ru/pub/TWiki/TWikiLogos/twikilogo88x31.gif" width="88" height="31" border="0" alt="logo" /> logo.
    Result:
    TWiki logo logo.
 

Can I write colored text?


Revision 16r16 - 2004-03-17 - 06:43:22 - PeterThoeny
Revision 15r15 - 2003-08-22 - 05:19:29 - PeterThoeny
Revision 14r14 - 2003-01-09 - 04:59:29 - PeterThoeny
Revision 13r13 - 2002-06-28 - 08:07:00 - PeterThoeny
Revision 12r12 - 2002-02-22 - 08:42:00 - PeterThoeny
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TextFormattingFAQ
Syndicate this site RSSATOM