View Full Version : Cut line


McMinn
03-31-2007, 12:34 PM
How can i add a cut line instead of normal line?

bourdelson
04-01-2007, 01:07 AM
What do you mean by a "cut line"? Do you have a specific example of what you want? Are you talking about a dashed line like this:

----------

kittycat
04-01-2007, 02:06 AM
<hr style="border: none 0;
border-top: 1px dashed #000;
border-bottom: 1px dashed #ccc;
width: 80%;
height: 2px;
margin: 10px auto 0 0;
text-align: left;">

That should give you a dashed line, as seen at the bottom of this page: http://www.blakems.com/experimental/hr/

McMinn
04-01-2007, 09:51 PM
Are you talking about a dashed line like this:

exactly

<hr style="border: none 0;
border-top: 1px dashed #000;
border-bottom: 1px dashed #ccc;
width: 80%;
height: 2px;
margin: 10px auto 0 0;
text-align: left;">

thanks alot