I’ve search around for a bit to find a solution on how I can make something like this:
———– My text ————–
In HTML/CSS. So I need a hr tag before and after my text.
Anyone know how this can be fixed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Demo: http://jsfiddle.net/cKrqK/
However, if you are not happy that the HR’s don’t extend all the way to the edges of the page due to
40%width, this is how you can solve it.Demo: http://jsfiddle.net/EdtwL/
The second example, places your text with a white background (change it to whatever background your page has) on the HR and center-aligns it with
margin-left: autoandmargin-right: auto.