Hi
I have an <TD>img src="image.jpg align="top"</TD> tag in a table, but can't seem to position an image (same size) directly under it.
I have tried to use the <TR></TR> tag, but this just places the image in an unrelated location. Nor does this seem to work:
<TR><TD>img src="image.jpg align="top"</TD>
<TD>img src="image1.jpg align="top"</TD></TR>.
Any advice, please?
EvertonFC
I have an <TD>img src="image.jpg align="top"</TD> tag in a table, but can't seem to position an image (same size) directly under it.
I have tried to use the <TR></TR> tag, but this just places the image in an unrelated location. Nor does this seem to work:
<TR><TD>img src="image.jpg align="top"</TD>
<TD>img src="image1.jpg align="top"</TD></TR>.
Any advice, please?
EvertonFC