HR is like a hollow box SOLVED

My page is: http://www.c5d.co.uk/summarybook1911.php

The CSS is:

.hr3 {
    width:33%; 
    border-color:black; 
    margin-bottom:25px;
}

The HTML is simply: <hr class="hr3">

Why does the hr display as a narrow hollow rectangle? There is a similar problem at the top of the page with the line which is a signature line.

Thanks

What browser are you using? It does not display that way to me…

1 Like

Likewise

Opera and Edge:

That image is 200% of normal viewing. There is a grey(?) shade in the middle

I have sorted it now.

The hr tag wasn’t defined in the CSS Style sheet.

Thanks for looking

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.