I have to make a UI of a reciept page, in which I have to print text above the line.
Here is an example image:
The option of showing underline below text by using text-decoration
property is not working as it just displays line under the text. I also tried by setting border-bottom
of the table but it is not working either.
What I need to do is to draw a lengthy horizontal line and I can print text above it. How can I achieve this desire result?
I need it to be IE > 7 compatible.