The w3.org validator is stating that I cannot have a <p> in here. What would you use instead? Or should I not be putting an image and copy together in one cell?
It looks okay, if you don’t want to link the text as well as the image, but I have to wonder why you’re using such a wealth of deprecated and obsolete code.
Code mavens, does he have to wrap the IMG inside a P or other block tag?
I think I would go for something like
<td><p><a><img><br>text</a></p></td>
although I really can’t see why the <p> is needed at all, since <td> can contain loose text.
Good question. Really because that is how the previous programmer set it up. Also the <p> tag helps divide up paragraphs with more space on top and bottom.