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.
try putting !important to the hr styles,
Just give it a style as,
<hr style="height:1px !important;" />
tag](https://stackoverflow.com/questions/4151743/how-i-change-the-thickness-of-my-hr-tag) – Kaiido Mar 08 '19 at 09:45