-1

How do i transition from html4 <hr size=1> to html5 with same displays? I have tried using <hr style="height:1px"> but it ended up a little different.

Thanks.

man
  • 113
  • 9

1 Answers1

0

try putting !important to the hr styles,

Just give it a style as,

<hr style="height:1px !important;" />
Nitin Garg
  • 252
  • 2
  • 9