thanks for your help.
I am using IE 7.
<td style="white-space:nowrap">
Does not seem to work. I am still seeing text wrap in the variables.
$clientContactPhone
$clientEmailAddress
Is this due to the variable is not static text?
I would think it should work
Code:
<tr>
<td style='white-space:nowrap'>Client Contact:</td>
<td style='white-space:nowrap'>$clientContact</td>
<td style='white-space:nowrap'>Client Contact Phone:</td>
<td style='white-space:nowrap'>$clientContactPhone</td>
<td style='white-space:nowrap'>Client Email Address:</td>
<td style='white-space:nowrap'>$clientEmailAddress</td>
</tr>
Bookmarks