Advanced HTML tag combinations can be used to create more effects.
Inserting attributes with HTML recognized characters such as "<" and ">" (e.g. <AttributeName>) may cause MAP Web Author to interpret them as HTML tags instead. Avoid naming attributes in this style and use the %AttributeName% convention.
Tag button |
Tag function |
HTML tag example |
Result |
|
Bold |
<b>Madrid, Spain</b> |
Madrid, Spain |
|
Italic |
<i>Land Parcels</i> |
Land Parcels |
|
Link |
<a href=”https://www.avenza.com”>Avenza website</a> |
|
|
Line Break |
Orlando,<br>Florida |
Orlando, Florida |
|
Unordered List |
<ul> <li>Roads</li> <li>Avenues</li> </ul> |
•Roads •Avenues |
|
Insert Image |
<img src=”ImageFile/Canada.png”> |
|
Comments
0 comments
Please sign in to leave a comment.