VisionCore comes with a complete built-in HTML Editor which you can use to create or edit your HTML emails. This will replace the need for other programs like FrontPage.
On the bottom border you find the mode select bar.
Edit mode - Standard edit mode
HTML mode - Shows the HTML code. You can change the HTML code and reuse it in edit mode
Preview mode - Document is not editable anymore.
Controls
If you use controls like buttons, images etc. you can select them by clicking with the mouse. A selection frame appears. You can now drag and drop the controls.
The editor supports style sheets and detects style rules after loading a document or setting text property. If the document contains a link to a external file or style tags like:
<head> <style>
.Font1 {
FONT-SIZE: 10px; COLOR: red; FONT-FAMILY: Arial }
</style> </head>
Then the left combo displays the styles in a preview mode. The user can select an HTML object like text, table, cell etc. and assign the style to the object.
Note that Format field in Email Campaign form - Email tab must be set to HTML to use the HTML Editor.
Press F1 or click F1-Help button in the Status bar for help on how to use the HTML Editor form.