I want to shake the hand of whomever came up with this <HR> line. It is a great, and simple, way to break up your page. I use them to death. Here I'll try to get into the more subtle sections of the <HR> line.
Notice it's just an HR command with WIDTH="--%" added. You can set the width to any percentage you want. There's no need to stay with round numbers. If you really want a line that only goes 17% -- fine. Just remember to include the percentage sign! It's over top of the 5 on the keyboard.
Here's the format:
Think of the size command as an equal to the
H commands in that there are six numbered 1 through 6 with six being the
widest.
You might also notice that the lines are only
60% width. I just used both commands inside the same <HR> command, nothing
to it.
You can probably guess how I did that. I added ALIGN="--" inside of the command. Here's what made the four lines above:
You can also state ALIGN="center", but that's a bit of overkill as the line centers for you anyway. Notice also that I used the width command in there also.
And here's what does it:
I'm not a super fan of the command, but to each his or her own.
So do you do it? If you are using Netscape to view this page, you can see that the lines are all purple. Well, It's a two-step process.
You first need to being using a background. I am using one on this page. It doesn't look like it, but I am. The background I am using is just a pure white square. I got the purple by using a BGCOLOR command in addition to the background command. Here's the BODY command from this page:
Whatever color you choose for the BGCOLOR, bleeds through on the HR commands. It's a neat little trick, but it does have a drawback. The color is on every line, and every table border, and every table cell wall. It might get to be a little much. But it's up to you. It's in your bag of tricks now.