none
[openafs-wiki.git] / TWiki / TextFormattingFAQ.mdwn
index 383c6ab..228781f 100644 (file)
@@ -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="http://www.dementia.org/twiki//view/wikiHome.gif" WIDTH=46 HEIGHT=50> logo.`
+- Example output: <br /> TWiki <img src="http://www.dementia.org/twiki//view/wikiHome.gif" width="46" height="50" /> logo.
 
 ----