Glese Posted November 30, 2011 Share Posted November 30, 2011 I do not have an example to showcase, I am just wondering what needs to be done to have the image file not overlap the td in a table. E.g. <table> <tr> <td> <img src="" width="50" height="50" /> </td> <td> </td> </tr> </table> Imagine that both td's have a border and the image is overlapping the first td into the second one. What needs to be done so the td embraces the image file? Quote Link to comment Share on other sites More sharing options...
trq Posted November 30, 2011 Share Posted November 30, 2011 Hard to tell from that simple example but it doesn't really look like tabular data. Tables should only be used for tabular data. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.