I need to create line behind text. I have check many propositions from google but nothing is working.
I have screenshot, what I need to do.
I didn't understand exactly your answer , if you want to add a line like that to your page behind text , you can add it as png image and set its location with css style
position : absolute ;
left : 20px;
top : 20px;
change values until it takes its right place
I hope that helps