"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">