"Toby A Inkster" <> wrote in message
news

. ..
> shank wrote:
>
> > Thanks, but that did not resolve my issue. I wanted to make a rectangle
> > across the page (100%) and 2px in height. It would imitate a line 2px in
> > height.
>
> <div style="border-top: 2px solid #AABBCC;"></div>
>
> But why not just use <hr>?
I couldn't get the margin-bottom to reflect 2px. There was too much space
and it wouldn't go away.
I did resolve the issue though by using font-size:1% in the <div> tag. Then
height:2px.
That worked great... so far...
thanks!