I'm trying to insert a newline character into the string below for an
<INPUT TYPE="image" ALT= tag but when I hold the mouse over the image
I see the string but without a newline break in the string - how do I
get the line to break?
$php_floating_t ip = "Member Name: $php_row2->displayed_memb er_name
\\nPersonality Ranking: $php_row2->ranking"
Thanks...
<INPUT TYPE="image" ALT= tag but when I hold the mouse over the image
I see the string but without a newline break in the string - how do I
get the line to break?
$php_floating_t ip = "Member Name: $php_row2->displayed_memb er_name
\\nPersonality Ranking: $php_row2->ranking"
Thanks...
Comment