Status
Not open for further replies.
11 comments
Just a dotted line?

<hr class="dotted" />

and throw this in the CSS file:
.dotted {color: #fff; background-color: #fff; border: 1px dotted #000000; border-style: none none dotted; }

or

.dashed {
border-top: 3px dashed #000000;
}
Customize them however you want with CSS. Their's almost anything you can do.

EDIT: dam -Im.z2ight- can type faster. One thing though I'd advise adding a class to it as their may be lots more <hr> tags in the site and you don't want them all dotted.
 
Use Mr Happy if you are going to use a bunch of different hr tags throughout your template if not my way is much easier.

I didn't use a class since I didn't think you would use more the one hr tag.
 
Status
Not open for further replies.
Back
Top