According to historical records, on 24 Apr 2004 17:41:14 +0530 gowthaman
ramasamy wrote about "[PHP] mouse over problem on php":
{snip}
>2)even if i hyperlink the text with title attribute... only the text
>before the first space (the very first word) is displayed. Not the
>entire sentence.
Using proper HTML will solve this ... just use the "" around the attributes
like you're supposed to.
<a href="link" title="title">linktext</a>
or
<td title="title">cell-contents</td>
the TITLE attribute will work with any block or inline tag... IF you use
proper HTML to do it
Rene
--
Rene Brehmer
aka Metalbunny
~ If you don't like what I have to say ... don't read it ~
http://metalbunny.net/
References, tools, and other useful stuff...
Check out the new Metalbunny forums at http://forums.metalbunny.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php