| View previous topic :: View next topic |
| Author |
Message |
burkem
Joined: 18 Nov 2005 Posts: 1 Location: Western Australia
|
Posted: Fri Nov 18, 2005 3:00 am Post subject: Creating Horizontal Rulers |
|
|
HI
I am wondering if anyone can help me. is it possible in html using the <hr> tag to create a horizontal rule at a certain size and percent of webpage that is made up of dots such as ............... and not shaded or unshaded. Is this possible and how would I do this Please.
Cheers
Mark |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3642 Location: Sweden
|
Posted: Fri Nov 18, 2005 8:08 am Post subject: Re: Creating Horizontal Rulers |
|
|
Hi and welcome to DEVPPL.
I haven't tested this, but you can try with CSS. Like this:
| Code: |
| <hr style="width:400px;" /> |
|
|
| Back to top |
|
 |
|