How can i render an image in the center of a page.
I did this: [html]<table width="100%" heigth="100%">
<tr>
<td valign="middle" align="center"> <img...... /></td>
</tr>
</table>[/html]
I did this: [html]<table width="100%" heigth="100%">
<tr>
<td valign="middle" align="center"> <img...... /></td>
</tr>
</table>[/html]
Comment