+ 1

How we can insert an image inside the table cell?

Image problem

15th May 2019, 3:38 PM
Sagar naik
Sagar naik - avatar
2 Answers
+ 1
Same as you insert image normally, but put it inside td tag
15th May 2019, 4:05 PM
Bug Slayer
0
<table> <tr> <td> <img src="img.png"/> </td> <td> Another cell with text </td> </tr> </table>
15th May 2019, 6:55 PM
Trigger
Trigger - avatar