Re: image aligning question
PHP Code:
<body leftmargin=0 topmargin=0>
<table border="0" cellpadding="0" cellspacing="0" height="100%" [b]width="100%"[/b]>
<tr>
<td [b]valign="top" align="left"[/b] height="268" width="135">
<img src="toolbar.gif" width="135" height="268" border="0" alt="">
</td>
</tr>
<tr>
<td height="100%" width="135">
<img src="pixel.gif" width="1" height="1" border="0" alt="">
</td>
</tr>
<tr>
<td [b]valign="bottom" align="right"[/b] height="139" width="135">
<img src="toolbarbottom.gif" width="135" height="139" border="0" alt="">
</td>
</tr>
</table>
</body>
I hope this helps,
dmr.