Changeset 813 for trunk/core/data/System/TextFormattingFAQ.txt
- Timestamp:
- 11/19/08 16:41:51 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/data/System/TextFormattingFAQ.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/data/System/TextFormattingFAQ.txt
r700 r813 139 139 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 [[#ImgUpload][accessible]] as a URL. 140 140 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. 143 143 144 144 #ImgUpload … … 151 151 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 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. 152 152 153 * __You enter:__ <code> <img src="%<nop>PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/ T-logo-80x15.gif" width="80" height="15" border="0" alt="logo" /> 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> <img src="%<nop>PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/smallPowered.gif" width="80" height="15" border="0" alt="logo" /> logo.</code><br /> 154 __Result:__ <br /> <img src="%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/smallPowered.gif" width="80" height="15" border="0" alt="logo" /> logo. 155 155 156 156 -----
Note: See TracChangeset
for help on using the changeset viewer.
