Preferences - Editing Window - HTML Specific

 

Introduction

This page lets you to change the settings related to the editing window. To edit your HTML specific preferences:

  1. On the Edit menu, select Preferences submenu.

  2. Select Editing Window on the tree view of the Preferences dialog and then select HTML specific.

Syntax Highlighting

If you want all your HTML tags will to appear highlighted, so as to appear separate from the text in your document, select this option.

Tag Coloring

Makes all your tags appear in a different color.

Error Tooltips

Checking this option will make balloon help available when you mouse over any incorrect HTML tag.

HTML Tooltips

HotDog can provide you with interactive HTML tooltips. Just move your over any HTML tag, and HotDog will give you a brief description of its functionality.

Images as Tooltips

When you hold the mouse over an image tag, HotDog can display the referenced image in a tooltip screen. This is useful way of reminding yourself what the image looks like.

Colors as Tooltips

When you hold the mouse over the HTML code for a color, HotDog will display the true color as a tooltip. For example, if the mouse is held over #888888, the tooltip will show a grey box.

Use Emphasis Tag Instead of Italic Tag

Use the <EM> tag to display slanted text instead of the <I> tag.

Use Strong Tag Instead of Bold Tag

Use the <STRONG> tag to display heavy text instead of the <B> tag.