| Basics | Headings | Formatting | Font Tags | Font Styles | Lines | Links | Lists | Images | Tables | SSI | Frames | Glossary |

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>
sizesets the line thickness (default is 2)
Noshade solid black line
widthsets the width of the line (either percentage of screen or # of pixels)
alignalign 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%>


| Basics | Headings | Formatting | Font Tags | Font Styles | Lines | Links | Lists | Images | Tables | SSI | Frames | Glossary |

last modified December 09, 2011 25432