Horizontal Rules (or lines)
Lines can be used to separate thoughts or ideas. The lines have
a transparent middle part by default. Below are a few options that can
be changed.
<hr size=# width=# align=# Noshade>
size | sets the line thickness (default is 2) |
Noshade |
solid black line |
width | sets the width of the line (either percentage of screen or # of pixels) |
align | align line left or right (center by default) |
Example of code is above the example that it generates. |
<hr>
<hr size=1>
<hr size=2>
<hr size=8>
<hr Noshade>
<hr size=8 Noshade>
<hr width=150> (pixels)
<hr width=75%> (percentage of current screen)
<hr align=left width=50%>
<hr align=right width=50%>
last modified
December 09, 2011
25432
|