Ignore:
Timestamp:
11/19/08 16:41:51 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: more detwikification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/System/TextFormattingFAQ.txt

    r700 r813  
    139139This 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 [[#ImgUpload][accessible]] as a URL. 
    140140 
    141    * __You enter:__ <code> %<nop>PUBURL%/%SYSTEMWEB%/ProjectLogos/T-logo-80x15.gif logo.</code> <br /> 
    142      __Result:__ %PUBURL%/%SYSTEMWEB%/ProjectLogos/T-logo-80x15.gif logo. 
     141   * __You enter:__ <code> %<nop>PUBURL%/%SYSTEMWEB%/ProjectLogos/smallPowered.gif logo.</code> <br /> 
     142     __Result:__ %PUBURL%/%SYSTEMWEB%/ProjectLogos/smallPowered.gif logo. 
    143143 
    144144#ImgUpload 
     
    151151This 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 GIF, JPG and PNG files. __Note:__ The rendering 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. 
    152152 
    153    * __You enter:__ <code> &lt;img src="%<nop>PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/T-logo-80x15.gif" width="80" height="15" border="0" alt="logo" /&gt; logo.</code><br /> 
    154     __Result:__ <br /> <img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/T-logo-80x15.gif" width="80" height="15" border="0" alt="logo" /> logo. 
     153   * __You enter:__ <code> &lt;img src="%<nop>PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/smallPowered.gif" width="80" height="15" border="0" alt="logo" /&gt; logo.</code><br /> 
     154    __Result:__ <br /> <img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/smallPowered.gif" width="80" height="15" border="0" alt="logo" /> logo. 
    155155 
    156156----- 
Note: See TracChangeset for help on using the changeset viewer.