Edit Area
Enter code or HTML here to be inserted into the page.
|
|
Edit Toolbar
Perform undo, redo, cut, copy and paste to the HTML or code in the edit area.
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
OK button
Click OK to save the contents.
|
|
Cancel button
Close this dialog and discard all the changes made.
|
|