I’m trying to make a section header that has:
HEADER NAME ————————————————-
Where the multiple —-‘s are the horizontal rule. Sadly, hr‘s like to take up their own line.
Any ideas? I would really prefer to do this all in CSS and HTML.
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.
You’re better off doing this using a table with two coulmns.
So your HTML would be something like this:
and your CSS something like this:
Here is the an example of this:
http://jsfiddle.net/nayish/xzcX2/