TWiki Home TWiki . TWiki . TextFormattingFAQ (r1.9 vs. r1.10) TWiki webs:
BG| DE | ES | FI | FR | Glossary | HU | IT | JA | Know | Main | NL | PT | Pub | RU | SL | TWiki | Test | ZH-CN? | ZH-TW? |
TWiki . { Home | Welcome | Register | Changes | Index | Search | Go }
 <<O>>  Difference Topic TextFormattingFAQ (r1.10 - 15 Sep 2001 - MikeMannix?)
Changed:
<
<

You can make a horizontal separator by entering three dashes at the beginning of a line: ---.

>
>

Create a separator - a horizontal rule - by entering three dashes at the beginning of a blank line: ---. You can enter more than three if you like, for a more visible separator in edit mode:
--------------

Changed:
<
<


>
>


Changed:
<
<

TWiki interprets text as HTML. The '<' and '>' characters are used to define HTML commands. Text contained in angle brackets is interpreted by the browser if it's a valid HTML instruction, or ignored if it isn't - either way, the brackets and its contents are not displayed.

>
>

TWiki interprets text as HTML, and the '<' and '>' characters define where HTML commands start and end. Text inside angle brackets is treated as HTML, and ignored if it doesn't actually do anything - either way, the brackets and its contents are not displayed.

Changed:
<
<

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:

>
>

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:

Changed:
<
<

The pre tag is standard HTML; verbatim is a special TWiki tag that also forces text to fixed font mode, and also prevents other tags and TWiki shortcuts from being expanded.

>
>

The pre tag is standard HTML; verbatim is a special TWiki tag that forces text to fixed font mode, and also prevents other tags and TWiki shortcuts from being expanded.

Changed:
<
<

Can I include images and pictures?

>
>

Can I include images on a page?

Changed:
<
<

Yes, this is possible. The easiest way of including images is to attach a GIF, JPG or PNG file to a topic and then to include it with text %ATTACHURL%/myImage.gif . FileAttachment has more.

>
>

Yes. The easiest way is to attach a GIF, JPG or PNG file to a topic and then to place it with: %ATTACHURL%/myImage.gif. This works only for the page that the image is attached to.

Changed:
<
<

There are actually two ways of including inline images.

>
>

To place an image on any page, ther are two ways of including inline images.

Changed:
<
<

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.

>
>

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.

Added:
>
>

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:

  • Attach pic.gif to Someweb.SomeTopic
    Display with http://freenetproject.org/twiki/Someweb/SomeTopic/pic.gif
Changed:
<
<

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.

>
>

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://freenetproject.org/twiki/wikiHome.gif" width="46" height="50" /> logo.
    Result:
    TWiki logo.
>
>

  • You enter: TWiki <img src="http://freenetproject.org/twiki/wikiHome.gif" width="46" height="50" border="0" alt="logo" /> logo.
    Result:
    TWiki logo logo.
Changed:
<
<

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).

>
>

Sure. The quickest way is to go <font color="colorCode">colorize</font> - font is an HTML tag that works in any browser, although it's been phased out in the latest HTML specs.

Changed:
<
<

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">.

>
>

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.


Topic TextFormattingFAQ . { View | Diffs | r1.10 | > | r1.9 | > | r1.8 | More }
Revision r1.9 - 14 Sep 2001 - 02:09 GMT - MikeMannix?
Revision r1.10 - 15 Sep 2001 - 05:12 GMT - MikeMannix?
This website is distributed under the GNU Documentation License