×
Menu
Index

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 (Top) tab

5. Inside Head (Top) tab
Insert html or code at this location on a page.
 
<html>
     <head>
          <Inside Head (Top) is inserted here>
                       <generated contents>         
     </head>
     <body>
     </body>
</html>
6

Inside Head (Bottom) tab

6. Inside Head (Bottom) tab
Insert html or code at this location on a page.
 
<html>
     <head>
          <generated contents>
          <Inside Head (Bottom) is inserted here>
     </head>
     <body>
     </body>
</html>
7

Inside Body (Top) tab

7. Inside Body (Top) tab
Insert html or code at this location on a page.
 
<html>
     <head>
     </head>
     <body>
         <Inside Body (Top) is inserted here>
                     <generated contents>
     </body>
</html>
8

Inside Body (Bottom) tab

8. Inside Body (Bottom) tab
Insert html or code at this location on a page.
 
<html>
     <head>
     </head>
     <body>
          <generated contents>
          <Inside Body (Bottom) is inserted here>
     </body>
</html>
9

OK button

9. OK button
Click OK to save the contents.
10

Cancel button

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