
I think this should be under Programming and Development. ^^
Anyway, I assume you want to place an image in a table cell, right? If that is so, here's an example:
<TABLE BORDER="1" BGCOLOR="white">
<TR>
<TH>Column 1</TH>
<TH>Column 2</TH>
</TR>
<TR>
<TD><img src="url" alt="" border="0"></img></TD>
<TD><img src="url" alt="" border="0"></img></TD>
</TR>
</TABLE>If you have any questions, feel free to ask. :]
|
|