I am trying to get the colspan cell's text to align center but it wont' work.....
<br />
<table width='0'><br />
<tr><br />
<td colspan='3' align='center'><br />
CENTER THIS<br />
</td></tr><br />
<tr><br />
<td>text 1</td><br />
<td>text 2</td><br />
<td>text3</td><br />
</tr></table><br />
The "CENTER THIS" text won't center across the 3 columns, but only centers in the space of the first cel... :*(