dner
To: Arnie Shafer
Sent: Tuesday, May 10, 2005 4:20 PM
Subject: Re: [css-d] is not displaying
You've got the border set to zero and the background set to white. Set the
background to a color other than the background of the page and it'll show up.
You've got multi
[snip]
Just above the footer on each page I have a reminder as to what page the reader
is on. That reminder should be between two hr's. The problem is that the hr's
do not display?
[/snip]
Try this:
hr {
border: 1 solid #000;
width: 80%;
background-color: #fff;
height: 2px;
}
Arnie Shaf
Just above the footer on each page I have a reminder as to what page the reader
is on. That reminder should be between two hr's. The problem is that the hr's
do not display?
They do display on my editor, AceHTML.
Thanks for you help once again. Arnie Shafer
http://abshafer.com
___