You only need to underline the actual words "Forgot your password?" located in the link just before the </a>
eg <a href="..."><u>Forgot your password?</u></a>
You only need to underline the actual words "Forgot your password?" located in the link just before the </a>
eg <a href="..."><u>Forgot your password?</u></a>
From http://www.w3schools.com/tags/tag_u.asp
So much depends on which html version you are using in your Doctype.Differences Between HTML 4.01 and HTML5
In HTML 4.01, the <u> element is deprecated (the <u> element was used to define underlined text).
The <u> element is redefined in HTML5, and it represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.
Yes, so apply the underline to the define, eg "<u>Forgot your password?</u>".
Alternatively
<span style="text-decoration:underline;">Forgot your password?</span>
Done. The only issue I have left with the Create Account page is on Firefox. As soon as you open the page, the word "admin" and a password are already defaulted into the email address/password for the Returning Customers:Sign In. It should be blank. I'm not getting that problem on IE 10, Chrome or Safari.
http://designerperfumesnob.authsafe....ain_page=login