Example:
HTML
<a href="#" Alt=" this is a short Alt label that plays nicely."
Title="this is a Title Label that is too long to display completely when you hover over the link in question." />Displayed Label Here</a>
Title="this is a Title Label that is too long to display completely when you hover over the link in question." />Displayed Label Here</a>
However, when the labels get too long, the full fiield doesn't display properly. It gets truncated and the client doesn't get to see the full message.
How do you make it so the full text field is displayed on your browser? Are there settings within the Firefox Browser where you can set the maximum length of this 'title=' field? Or is a client-side script required?

