Creating a New HTML Document

You can create new HTML documents within the CuteFTP interface.

To create a new HTML document

  1. Do one of the following:

    • On the main menu, click File > New > HTML Document.

    • On the HTML Editor toolbar, click the New HTML document icon.

    • Press CTRL+H.

    A new HTML document appears with all of the required tags inserted. Every HTML document must contain, at minimum, the tags in the default HTML template. The template as is will display a blank page.

  2. Type the content of your HTML document (the part you want to appear on your web page), between the two BODY tags. As you type various tags, a drop-down menu will appear from which you can choose the tag you want.

    For example, if you type <font and then a space, the font menu appears:

    1. Double-click color="" and the tag is added to your page: <p><font color="

    2. Click Tools > Color to HEX, and click the color that you want the text to be. (Refer to Using Colors for details of inserting color tags.)

    3. Then complete the tag: <p><font color="FF0000">my text</font>

  3. To change HTML editor settings, such as editing the default template, or opening the Editor in full view instead of tab view, refer to HTML Editor Settings and Editing the Default HTML Template.