NoWayIsThisInUse
IS-IT--Management
What's the most efficient way to have the align= be either 'center' or 'right' depending on whether the value is a number or text? I want numbers right aligned and "None found" to be centered, for example.
<td bgcolor='##EEEEEE' align='right' width='100'>#MaybeANumberMaybeText#</td>
<td bgcolor='##EEEEEE' align='right' width='100'>#MaybeANumberMaybeText#</td>