Forum Moderators: not2easy
<fieldset style='width: 50em'>
<legend>Your Identifier</legend><center>
<label title="Please enter your email address carefully, we won't be able to send you your password when you forget it if your email address is incorrect.">
Email Address:</label><input type="text" name="MEMBER_EMAIL" class="input-box" style='width: 30em'/><br />
<label title='Please confirm your email address.'>
CONFIRM (Re-Type) Email:</label><input type="text" name="MEMBER_EMAILCHK" class="input-box" style='width: 30em'/><br />
<label title='You will need your password to change your details.'>
Password</label> <input type="text" name="MEMBER_PASSWORD" class="input-box" style='width: 10em'/><br />
</center></fieldset>
Regarding @title, I belive IE understands newlines although I can test that now. Try either putting in either a normal return on your keyboard or using a \n. I can't test either at the moment cos I don't have IE here. Unfortunately cross browser support on this is very patchy. For example Firefox will replace your newline with a black square and still cut off your content with an ellipsis.
What I'd consider is actually putting the text into your page if it's important. You're not guarenteed to get people hovering for long enough to see it anyway.