Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Creating a dashed line

  • Subject: Re: Creating a dashed line
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Wed, 13 Jul 2005 15:51:30 +0100
  • Newsgroups: alt.html
  • Organization: schestowitz.com / Manchester University
  • References: <OI9Be.2917$uo6.2364@tornado.rdc-kc.rr.com>
  • Reply-to: newsgroups@schestowitz.com
  • User-agent: KNode/0.7.2
John Abbler wrote:

> Does anyone know how to create a horizontal dashed line?
> 
> I would like something similar to a <hr>, except dashed, and I want to set
> the color.
> 
> Thanks!

ELEMENT {
        border-top: 3px dotted #000000;
        margin-top: 5px;
}

Change ELEMENT to something currently unused; change colour and margin as it
suits you. Then embed the element in your document where you want to insert
a line.

Hope it helps,

Roy

-- 
Roy S. Schestowitz
http://Schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index