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? Link to comment https://forums.phpfreaks.com/topic/252102-img-not-overlapping-td/ 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. Link to comment https://forums.phpfreaks.com/topic/252102-img-not-overlapping-td/#findComment-1292560 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.