Page is a not externally linkable
encyclo - 12:01 am on Jul 6, 2004 (gmt 0)
That will validate and should do the job. Mozilla/Netscape 6.x and up use the background color rather than the foreground color to style the I feel that
Try this: <hr size="1" width="80%" [b]style="color:#b4b4b4;background:#b4b4b4;"[/b] ALIGN="RIGHT" NOSHADE> hr tag. Using the color attribute isn't valid (althogh the rest is if you're using a transitional doctype), but you can replace color by the CSS equivalent. hr has it's place, although many don't like the fact that it is considered to be presentational rather than structural.