Common:Adding Images to Templates

From AgileApps Support Wiki
Revision as of 20:18, 25 June 2013 by imported>Aeric

In HTML, an image is referenced using a tag that has the form: <image src="...">, where the src attribute contains an absolute or relative path to the image. That path must be a URL of the form http://....

Insert the URL into an <image src="..."> tag. The result is tag of the form <image src="{imageURL}/...">.