 |
Saturday, May 17, 2008 
<HR> Horizontal Rule 
|
DEFINITION Draws a horizontal rule across the page, usually one or two pixels wide. |
ATTRIBUTES ALIGN=(LEFT|CENTER|RIGHT)
Draws the rule left-aligned, right-aligned, or centered. The align-type can be LEFT, RIGHT, or CENTER. |
COLOR="#RRGGBB" 
Sets the color of the rule. The color can be either a hexadecimal, red-green-blue color value, or a predefined color name. |
NOSHADE
Draws the rule without 3D shading. |
SIZE=number
Sets the height of the rule in pixels. |
WIDTH=number
Sets the width of the rule, either in pixels or as a percentage of window width. To specify a percentage, the number must end with a percent (%) sign. |
SUGGESTED STYLE/USAGE Use where ever good design will benefit from placement of a horizontal rule - typically to emphasize natural divisions between text, items or topics are used to separate a page header and footer from the body. |
 |
 |