+ 1
How to add text in-between <hr> line in html.
3 odpowiedzi
+ 2
if i understand what do you mean, you cant. But this is a solution
<div>text</div>
style:
div{
width: 100%;
height: 20px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
0
#Calvin your code is not working as like as i wanted.