|
-
Oct 31st, 2012, 11:38 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] <abbr title>
Hi!
When I put a 'space' in <abbr title> (used for tooltip), it is not renedered. It just renders the text (which is before the 'space'). So the tooltip for the foloowing is rendered as ('Short)
<td rv="SS" class='text '><abbr title=Short Sale><font color ='black'>SS</abbr></td>.
However, when I take out the space
<td rv="SS" class='text '><abbr title=ShortSale><font color ='black'>SS</abbr></td>
the tooltip is rendered as 'ShortSale'.
But, I do want a space i.e. (it should display 'short sale'). Help!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|