I am trying to make a webpage with a box on the mainpage and it looks like this\[code\]Login-----Or-----Register\[/code\]This is the code I have\[code\]<center> <p>Login</p> <hr style="width: 16%; float: left; margin-left:30%;"/> <p style="float: left; margin-left:2%; margin-right: 2%; width: 4%;">Or</p> <hr style="width: 16%; float: right; margin-right: 30%;"/> <p>Register</p></center>\[/code\]It looks like this -
I have 1 problem and 1 thing I need help doingThe problem is the Register text is not aligned even though it should be and the thing I need help with is getting the < hr> lines to be half way down the Or textLike this -
Please help me with this.