Inserting Attributes into Tags

 

 NOTE

  • You can only use the property sheet in the following manner in "HTML View".

graphics/Hotdog500000088.gif

To Quickly Right Align Some Text:

First open the HTML Property Sheet:

  1. On the View menu, select the “Resource Manager“ submenu.

  2. In the Resource Manager submenu, select “HTML Property Sheet”.
  3. Highlight the text you want to right align.
  4. Press CTRL - ENTER.

You are now in the HTML property sheet, navigate to the tag you want to insert by doing one of the following:

  • Use the up and down arrow keys.

  • Type the first letter of the tag you want to insert, then use the up and down arrow keys to select the tag you want to insert.

  1. Press ENTER and the tag is automatically inserted into your web page.

For Example:

  1. Type ‘d’, to go to all tags beginning with ‘d’.

  2. Use the arrow keys to select the DIV tag.
  3. Press ENTER.

After you have inserted the DIV tag into your document, the HTML property sheet displays the attributes of the DIV tag. Use the ALIGN attribute to align your text.

To set the alignment of your text to right,

  1. In the HTML Property Sheet, click on the ALIGN attribute.

  2. From the drop down menu, select ‘Right’.

The attribute ALIGN="RIGHT" is automatically entered into PageWiz.

To return to edit mode (as opposed to the Property Sheet mode) either click on your web page, or press CTRL - ENTER.