<H4>This is an HTML heading</H4>
will show up as:
<
instead of <
>
instead of >
(a > 0)
instead of (a > 0)
{is-writable}
instead of <is-writable>
WinAPI as it is, <NOP>WinAPI with preceeding NOP.
Proportional text, =fixed font text= , proportional again.
fixed font text
, proportional again.
This text will keep its format as it is: <PRE> Unit Price Qty Cost ------- ------ --- ------ aaa 12.00 3 36.00 </PRE>It is recommended to use preformatting for tables and source code.
| cell A1 | cell B1 | cell C1 |
| cell A2 | cell B2 | cell C2 |
cell A1 | cell B1 | cell C1 |
cell A2 | cell B2 | cell C2 |
<TABLE BORDER=1> <TR> <TH> Head A </TH> <TH> Head B </TH> </TR><TR> <TD> Cell A2 </TD> <TD> Cell B2 </TD> </TR><TR> <TD> Cell A3 </TD> <TD> Cell B3 </TD> </TR> </TABLE>It is displayed as a table like this:
Head A | Head B |
---|---|
Cell A2 | Cell B2 |
Cell A3 | Cell B3 |
%ATTACHURL%/myImage.gif
. FileAttachment has more.
There are actually two ways of including inline images.
1. Using URL ending in .gif, .jpg, .jpeg
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.
TWiki http://tukro.sourceforge.net/pub/wikiHome.gif logo.
TWiki <IMG SRC="../../../pub/wikiHome.gif" WIDTH=46 HEIGHT=50> logo.
Black: | "#000000" | Green: | "#008000" | Silver: | "#C0C0C0" | Lime: | "#00FF00" |
Gray: | "#808080" | Olive: | "#808000" | White: | "#FFFFFF" | Yellow: | "#FFFF00" |
Maroon: | "#800000" | Navy: | "#000080" | Red: | "#FF0000" | Blue: | "#0000FF" |
Purple: | "#800080" | Teal: | "#008080" | Fuchsia: | "#FF00FF" | Aqua: | "#00FFFF" |
<FONT COLOR="#FF0000"> Red color </FONT> draws attention.
Topic TextFormattingFAQ . { |
Revision r1.2 - 09 Aug 1999 - 06:38 - 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. |