Attribute for <HR ...>
WIDTH = "width expression"
<HR ...>| Usage Recommendation |
|---|
| use it, but don't rely on it |
WIDTH
These <HR ...>
<HR WIDTH="50"> <HR WIDTH="100"> <HR WIDTH="300">
gives us
WIDTH
<HR WIDTH="25%"> <HR WIDTH="50%"> <HR WIDTH="100%">
gives us
The default is 100%. By default the rule is centered. To set a different alignment use
ALIGNPercentage widths use the percentage of the available width, not the full width of the page. For example, if the rule is in a table then the width is a percentage of the width of the table cell.
<TABLE BORDER> <TR> <TD>Hey, whatever dude! <HR WIDTH="50%"> A stitch in time saves nine </TD> </TR> </TABLE
gives us
| Hey, whatever dude!
A stitch in time saves nine |
Copyright 1997-2002 Idocs Inc.
