Click
to open a new HTML document.
On the View menu, select the submenu Resource Manager.
In the Resource Manager submenu, click on HTML Property Sheet.
Type <HR into your document.
Press <CTRL> + < ENTER> to take your cursor to the HTML Property Sheet.
In the Property Sheet, you can use the arrow keys to select different attributes of the <HR> tag. Notice how the bottom panel changes to display the properties of each attribute selected. Use the arrow keys to select the SIZE attribute.
Enter a value of 10 into the SIZE attribute field (this specifies a thickness of 10 pixels for your horizontal rule) and press Enter. Notice that the SIZE attribute has been inserted into your <HR> tag.
Press <CTRL> + < ENTER> to return to the HTML Property Sheet.
Use the arrow keys to select the WIDTH attribute. Enter a value of 100 into the WIDTH attribute field (this specifies a horizontal width of 100% for your horizontal rule) and press Enter.
Press <CTRL> + < ENTER> to return to the HTML Property Sheet.
Use the arrow keys to select the NOSHADE attribute and press Enter (this specifies that horizontal rule be displayed as a solid colored line instead of a two-colored groove).
Close the tag by entering the > character.
You can use this technique to edit any tags in your Web page. One of the advantages is that many attributes are listed that you may not have been aware of. By quick and simple experimentation, you can fine-tune the presentation of your webpage.
NOTE |
|