diff options
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TextFormattingFAQ.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TWiki/TextFormattingFAQ.mdwn b/TWiki/TextFormattingFAQ.mdwn index 6f2b06b7..12b439ee 100644 --- a/TWiki/TextFormattingFAQ.mdwn +++ b/TWiki/TextFormattingFAQ.mdwn @@ -168,8 +168,8 @@ This is a simple and automatic way of including inline images. Simply write the This is a manual process where you have more control over the rendering of the image. Use the <IMG> tag of HTML to include JPEG and GIF 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. -* Example text: <br />`TWiki <IMG SRC="../../../pub/wikiHome.gif" WIDTH=46 HEIGHT=50> logo.` -* Example output: <br /> TWiki <img src="../../../pub/wikiHome.gif" width="46" height="50" /> logo. +* Example text: <br />`TWiki <IMG SRC="%PUBURL%/wikiHome.gif" WIDTH=46 HEIGHT=50> logo.` +* Example output: <br /> TWiki <img src="%PUBURL%/wikiHome.gif" width="46" height="50" /> logo. ---- |