summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-02-09 03:37:45 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-02-09 03:37:45 +0000
commitaaa4c413d234d31400cf379b74bf61a15f64d1eb (patch)
treef429de60fa3dbbed8d72cd4772aadcfd719caaa5
parent98153d5d635b5c91c1ec371634e8775463f863ff (diff)
none
-rw-r--r--TWiki/TextFormattingFAQ.mdwn4
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 &lt;IMG&gt; 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.
----