|
Element "Html" <html> |
|
|
Although MoreMotion Application Studio isolates the user from the difficulties in working directly with HTML, it leaves an open door for the experienced users to use the full power of it. The HTML element is a special text element into which you can insert HTML code. You can, for example, take a piece of HTML code from an HTML page and copy into the Html element.
The code must be in XHTML format for a dynamic page If the current page is dynamic, which means the HTML of the page will be created by doing an XSLT processing, there is an obligation; The code must be in XHTML format which means all opened tags must be closed. For example although this is a valid HTML code <td> aaaa <br> </td> it is not a valid XHTML code since <br> tag is not closed. It must be <td> aaaa <br/> </td>
Double click onto a Html element to edit the HTML code in a comfortable XML editor.
Properties
|