Hi all!
I'm trying to print a name, company and course+number from a table. I have a code like this:
echo "<A HREF=\"mailto:$email\">$firstname $surname</A>, $company, $course $number<br>\n";
Now, it prints all the stuff ok, but in some cases (only some, not in all of them) if the company name consists of two or more words, it cuts it into two different lines. Why is that, can you tell me? I'm printing this whole stuff into a table cell on a html(php) page.
Thanks a lot.