Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What would be the CSS equivelant of this?

0 views
Skip to first unread message

Nathan Sokalski

unread,
Jun 30, 2006, 11:20:23 PM6/30/06
to
I am trying to convert certain parts of my site to CSS. I am having trouble
doing this with a certain <hr> tag. Here is what the <hr> tag looks like
using HTML:

<hr width="100%" color="black" noshade size="2">

Thanks.
--
Nathan Sokalski
njsok...@hotmail.com
http://www.nathansokalski.com/


McKirahan

unread,
Jul 1, 2006, 7:37:44 PM7/1/06
to
"Nathan Sokalski" <njsok...@hotmail.com> wrote in message
news:uwG#J1LnGH...@TK2MSFTNGP02.phx.gbl...

> I am trying to convert certain parts of my site to CSS. I am having
trouble
> doing this with a certain <hr> tag. Here is what the <hr> tag looks like
> using HTML:
>
> <hr width="100%" color="black" noshade size="2">

Perhaps:
<hr style="border: solid 2px black">


0 new messages