<hr> Question

The <hr>command which puts a line across the page, Is there anyway to make that line dashed or squiggly or something. If not then is there an HTML command that will do that? Thank you for any replies!I know you can do the following:
change color, width, size, alignment, and have it shaded or not

I never heard of one that can make squiggly lines. You could just use a picture of a line if you wanted something fancy.

This is what I know you can do:

<HR COLOR="purple" WIDTH="60% ALIGN="LEFT" SIZE="6" NOSHADE>

HR COLOR="purple" - any color you want
WIDTH="60% - any width
ALIGN="LEFT" - left, right, center
SIZE="6" - size 1 to 6 where 6 is the biggest
NOSHADE - or leave out if you want it shadedHere are some places you could get lines:

<!-- m --><a class="postlink" href="http://www.aaa-clipart.com/html/lines.shtml">http://www.aaa-clipart.com/html/lines.shtml</a><!-- m -->

<!-- m --><a class="postlink" href="http://www.freebuttons.com/">http://www.freebuttons.com/</a><!-- m -->
(Click on one of the categories, Alien, neon, etc)

<!-- m --><a class="postlink" href="http://www.barrysclipart.com/animations/index.html?gid=17099">http://www.barrysclipart.com/animations ... ?gid=17099</a><!-- m -->
(These are all animated lines)Thank you for the reply. If anyone else has an HTML-It's greatly appreciatedHere, use this code.

<div style="width:100%; border-top:thin dashed red;" /><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
</head>
<body>

<hr style="border:dashed black; border-width:1px 0 0; height:0;">

</body>
</html>Thanks everyone. I'm still accepting more codes. I am using the clip art from that AAA site. I might use Pyro's code also. Anyway, in case anyone was wondering, the site I need this for is my very small site of: Game Reviews (<!-- m --><a class="postlink" href="http://www.angelfire.com/games5/reviews3">http://www.angelfire.com/games5/reviews3</a><!-- m -->)Pyro, if that code is supposed to make the line dashed then it doesn't work. It only changes color. Thanks anyway! The last person who gave me the code--Sorry, I forgot your name, if that makes it dashed then it also doesnt work.What browser are you useing? Both work in IE6, NN7, Opera 7.
 
Top