
Help for...
<BODY> to allow the user to easily create a customized HTML appearance. As of Version 1.2, the body editor will search out and REPLACE the former <BODY> element. If no <BODY> element existed previously the program will place it in the document surrounding any highlighted text. If no text is highlighted, the <BODY> element will be placed at the cursor location. In the example below, the body editor would have returned the code to allow a black background, with white text, as shown in the preview portion of the form. The settings captured in the image below would return the code:<BODY BGCOLOR="#000000" TEXT="#FFFFFF"></BODY>
