F
Fay B
Guest
I have this in my html:
<tr>
<td align="left"><img src="chocolatenut.jpg"></td>
<td align="left"><img src="oatmealraisin.jpg"></td>
</tr>
when i browse it, it is lined right but I need to make some space between the 2 images. how can I do that?
Thank a lot.
<tr>
<td align="left"><img src="chocolatenut.jpg"></td>
<td align="left"><img src="oatmealraisin.jpg"></td>
</tr>
when i browse it, it is lined right but I need to make some space between the 2 images. how can I do that?
Thank a lot.