MONTE
CARLO
Any suggestions on how to modify the code so that it ignores the space and puts them on the same line (such as MONTE CARLO)?
I've tested it and it's not a table width issue, as "P A S" is displayed as:
P
A
S
Consequently, it takes up 3 lines verses one.
Code: Select all
<snip>
$model = htmlspecialchars(stripslashes($rowї'Model']));
echo '<td width="60" valign="top">'.$model.'</td>';
<snip>