Re: how to make a bar between rows?

I have done the following very ugly thing:

Home
<BR><IMG SRC="images/red.gif" HEIGHT=1 WIDTH=50><BR>
About Us
<BR><IMG SRC="images/red.gif" HEIGHT=1 WIDTH=50><BR>
Contact
<BR><IMG SRC="images/red.gif" HEIGHT=1 WIDTH=50><BR>

Where "red.gif" is just a 1 pixel x 1 pixel GIF file (53 bytes, with comment).

Good luck!

Jim K.

On Thu, May 27, 1999 at 08:29:17PM +0700, Aditya Hermawan wrote:
> Anybody know how to make a horizontal bar with a specified color between
> two rows, like this example?
> 
>   _________________
>   Home
>   _________________
>   About Us                   <-- example of a navigation bar
>   _________________
>   Contact
>   _________________
> 
> 
> I tried using the <HR> tag but the line's color could not be determined.
> 
> 
> 
> Aditya Hermawan
> 

Received on Thursday, 27 May 1999 10:02:18 UTC