Choosing to write HTML for a specific browser

The HTML Editor can automatically provide suggestions for HTML tags that work for specific browsers. The HTML Editor will offer HTML tag choices in drop down boxes.  These are called tag tips.  

 

To show tag tips

  1. On the menu bar, click Tools > Global Options.

  2. Expand Helper Applications and HTML Editor.

  3. Click Tag tips.

  4. Select the Show tag tips check box.

Or

  1. Click OK or Apply.

 

The tags shown in the tag-tip drop down boxes are controlled by the primary and secondary browsers you choose.

To display only tag tips that apply to certain browsers

  1. On the menu bar, click Tools > Global Options.

  2. Expand Helper Applications and HTML Editor.

  3. Click Tag tips.

  4. Select your first browser choice from the top list, First primary browser tags.

  5. Select your second browser choice from the next list, Second primary browser tags.

  6. Select your third browser choice from the list Secondary browser tags.

  7. Select a color for tag tips that apply only to the third browser choice in Secondary browser color.

  8. Click OK or Apply.

 

When more than one primary browser is selected, the tag tips in the drop down that are common to both browsers display in black. This enables you to code for two disparate browsers, such as Netscape and IE, or two versions of the same browser.

 

Example

If you wanted to code for IE 5.0, but conserve backwards compatibility with 4.0, then you would choose 5.0 and 4.0 as the two primary browsers. Tags in common to both will be available in the tag tips box. Newer 5.0 tags that didn't exist in 4.0 won't even appear, which helps you code your HTML without having to worry about which tags may be supported or not.

 

Choosing a secondary browser lets you see ALL the tags for a certain browser in a different color. In the example above, if you wanted to code for IE 4.0 and 5.0 but add certain tags from OPERA, you would select OPERA as the secondary browser. When you saw a colored tag in the tag tips box, you would know it was an OPERA tag, which may or may not work in IE or Netscape. This enables you to decide whether or not to insert the particular tag.

 

To choose how long the tag tips take to appear

  1. On the menu bar, click Tools > Global Options.

  2. Expand Helper Applications and HTML Editor.

  3. Click Tag tips.

  4. In the Tag tips delay in milliseconds box, enter a time for the HTML editor to wait before showing tag tips.

  5. Click OK or Apply.

 

To capitalize all tag tips

  1. On the menu bar, click Tools > Global Options.

  2. Expand Helper Applications and HTML Editor.

  3. Click Tag tips.

  4. Select the Capitalize tag tips check box.

Or

  1. Click OK or Apply.

 
Related topics

Choosing the preview browser for HTML documents

Choosing folders for HTML snippets and scripts

Choosing display colors for the HTML editor

Choosing other HTML editor settings