When I say <td style="padding: 50% 0 50% 0;" align="left"></td> it spazes out and will get really large. I have tried a ton of things and with no good result. This shouldn’t be that hard!!! (P.S. I am using the CSS blueprint framework but have cleared all of the table auto values…)
When I say <td style=padding: 50% 0 50% 0; align=left></td> it spazes out and
Share
<td style="vertical-align:middle" align="left"></td>or
<tr valign="middle"><td align="left"></td</tr>