[thelist] Image alignment

Brad Miller brad at beldamar.com
Thu Sep 27 13:36:25 CDT 2001


That was it.
Thanks Glenn

-----Original Message-----

If I understand you correctly, this should work:

<table>
	<tr>
		<td valign="top">
			<img src="topgraphic.gif">
		</td>
		<td rowspan="2">
			Middle Cell Content
		</td>
		<td valign="top">
			<img src="topgraphic.gif">
		</td>
	</tr>
	<tr>
		<td valign="bottom">
			<img src="bottomgraphic.gif">
		</td>
		<td valign="bottom">
			<img src="bottomgraphic.gif">
		</td>
	</tr>
</table>

Glenn Hunt
ghunt at hds.ca

-----End Original Message-----

Thanks,
Brad Miller
702-438-7660
www.rapidfx.com
www.beldamar.com
www.dejapc.com 




More information about the thelist mailing list