|
-
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!!
-
Oct 31st, 2012, 01:06 PM
#2
Re: <abbr title>
Wrap the title in quotes and I think it will work.
<abbr title="Short Sale">
-
Nov 1st, 2012, 10:32 AM
#3
Thread Starter
Hyperactive Member
Re: <abbr title>
Thanks a bunch. It worked.
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
|