even it is not related to php..
i am using a code like
<?php $tooltip = $first_name .' ' . $last_name
<a href="some_page" title="<?php echo $tooltip ?> ">John</a>
to display a user name as a link.
i am trying to show user's First name and Last name as link's tooltip text in two lines.
i tried with <br>, '\r\n\', '/r/n' etc..
nothing help..
pls help..