return to homepage

Scripts: Layout & Styles

Horizontal Rule <HR>

It's a simple bit of HTML, but you can make horizontal rules look a bit better and improve the look of your web site:

See an example

<HR>
<HR noshade>
<HR WIDTH="100">
<HR WIDTH="50%">
<HR ALIGN="RIGHT">
<HR SIZE="12">
<HR COLOR="#FFCCCC">

You can also acheive this by applying direct styles as well:
e.g. <HR STYLE="HEIGHT: 1px">