Summary

The HTML Control allows you to create and insert any content which cannot be added via the program interface, e.g. input, table, blockquotes, link, etc.

The basic list of tags that can be used is here.

Usage

Go to Property Window >> Add control >> Other >> HTML and enter the code inside the HTML input in the Source tab, e.g.

<input></input>

This code will insert the input form into the template where you have placed the HTML Control. The input form can be styled under Styles >> Forms.

It is also possible to add custom CSS code for the control under the CSS input box.

In Area tab, it's possible to style the whole section reserved for HTML control .

Sample

htmlcontrol.png

###Summary The **HTML Control** allows you to create and insert any content which cannot be added via the program interface, e.g. input, table, blockquotes, link, etc. The basic list of tags that can be used is [here](http://www.w3schools.com/tags/default.asp). ###Usage Go to **Property Window** >> **Add control** >> **Other** >> **HTML** and enter the code inside the **HTML** input in the **Source** tab, e.g. <input></input> This code will insert the input form into the template where you have placed the **HTML Control**. The input form can be styled under **Styles** >> **Forms**. It is also possible to add custom CSS code for the control under the **CSS** input box. In **Area** tab, it's possible to style the whole section reserved for **HTML control** . ###Sample !htmlcontrol.png!