I really don’know how to add an underline after a headline!
what is the best way to css the example below?
H2___
lorem lorem
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.
if you mean below a
<h2>then just adding aborder-bottom:1px solid redin your CSS should suffice.if you mean after the heading text, then try this:
HTML
CSS
Another approach that will work for browsers that support
:afteris to generate the “_” with CSS.See both examples here: http://jsbin.com/uyoda5/2