Results 1 to 3 of 3

Thread: [RESOLVED] <abbr title>

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Malaysia
    Posts
    345

    Resolved [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!!
    Thanks.

  2. #2
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141

    Re: <abbr title>

    Wrap the title in quotes and I think it will work.

    <abbr title="Short Sale">

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Malaysia
    Posts
    345

    Re: <abbr title>

    Thanks a bunch. It worked.
    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width