Sample 4 - Using HTML
Control and appearance of the Gallery are effected entirely via the XML file 3dgallery.xml (Help File).
In this example, the contents of the text fields are defined in HTML. Please note that not all HTML tags are supported (see below).
Settings in 3dgallery.xml:
- Content1HTML="true"
- Content2HTML="true"
- StaticContent html="true"
The following HTML Tags are supported:
Anchor: <a href='...'>...</a>
Bold: <b>...</b>
Font: <font color='...' size='...' face="...">
Paragraph: <p></p>
Underline: <u></u>
Break: <br />...
Image: <img src='...' />
List Item: <li>...<br>...</li>
HTML from 3dgallery.xml: