|
Posted by dorayme on 10/31/05 11:31
> From: Mark Parnell <webmaster@clarkecomputers.com.au>
> Newsgroups: alt.html
> In our last episode, Ray <NoSpan-lizhiqiang1@GMail.com> pronounced to
> alt.html:
>
>> Is there any control the grey color to be darker?
>
> Yes.
>
>> <hr size=2 width=20% align="left">
>
> Size, width and align are deprecated - use CSS. Something like this:
>
> hr {border: 1px solid #333333; width: 20%;}
Yes, for a style sheet or style in the head of the doc.
To the Op, if you want to do it inline (closest to what you are
doing), use <hr style="border:1px #999
solid;width:20%;margin-left:0px"> - or #666 or #333 depending on
the darkness, 333 is /very/ dark. I assume you would control the
left alignment with something like the suggestion here, seems to
work, but there may be better advice on this?
--
dorayme
Navigation:
[Reply to this message]
|