left arrow right arrow help header logo background

HTML Properties Dialog

HTML Properties Dialog
1

Edit Area

1. Edit Area
Enter code or HTML here to be inserted into the page.
2

Edit Toolbar

2. Edit Toolbar
Perform undo, redo, cut, copy and paste to the HTML or code in the edit area.
3

Before Html tab

3. Before Html tab
Select this tab to insert code to this location within the page.
 
<Before Html is inserted here>
<html>
    <head>
    </head>
    <body>
    </body>
</html>
4

After Html tab

4. After Html tab
Select this tab to insert code to this location within the page.
 
<html>
    <head>
    </head>
    <body>
    </body>
</html>
<After Html is inserted here>
5

Inside Head tab

5. Inside Head tab
Insert the html or code at this location within the page
 
<html>
    <head>
          <generated contents>
          <Inside Head is inserted here>
    </head>
    <body>
    </body>
</html>
6

Inside Body tab

6. Inside Body tab
Insert the html or code at this position within the page.
 
<html>
    <head>
    </head>
    <body>
          <generated contents>
          <Inside Body is inserted here>
    </body>
</html>
7

OK button

7. OK button
Click OK to save the contents.
8

Cancel button

8. Cancel button
Close this dialog and discard all the changes made.