Click to See Complete Forum and Search --> : <hr> Question


genji1322
01-03-2003, 03:23 PM
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!

webGirl20032003
01-03-2003, 03:36 PM
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 shaded

webGirl20032003
01-03-2003, 03:46 PM
Here are some places you could get lines:

http://www.aaa-clipart.com/html/lines.shtml

http://www.freebuttons.com/
(Click on one of the categories, Alien, neon, etc)

http://www.barrysclipart.com/animations/index.html?gid=17099
(These are all animated lines)

genji1322
01-03-2003, 04:26 PM
Thank you for the reply. If anyone else has an HTML-It's greatly appreciated

pyro
01-03-2003, 10:59 PM
Here, use this code.

<div style="width:100%; border-top:thin dashed red;" />

Stefan
01-04-2003, 04:41 AM
<!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>

genji1322
01-04-2003, 08:38 AM
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 (http://www.angelfire.com/games5/reviews3)

genji1322
01-04-2003, 08:47 AM
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.

pyro
01-04-2003, 09:28 AM
What browser are you useing? Both work in IE6, NN7, Opera 7.