How to link image in a table cell | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to link image in a table cell

How we can link a image in a table

25th Jan 2018, 4:33 PM
Satyam Bansal
Satyam Bansal - avatar
4 Answers
+ 17
<tr> <td><img src="image.jpeg" /></td> </tr>
25th Jan 2018, 4:37 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 17
@Burey lol 😂😂😂 I can never, I m ultra begginer compared to u... btw I m waiting to see more of ur Angular JavaScript lessons ... Thanks for sharing ur great knowledge...
25th Jan 2018, 5:23 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 8
encapsulate the <img> inside the <td> tag <table> <tr> <td><img src="....." /></td> </tr> </table> above is a table with single row (<tr>), single column (<td>) with an image inside the column edit: @DT beat me to it 😅
25th Jan 2018, 4:38 PM
Burey
Burey - avatar
+ 7
thanks for the angularJS feedback unfortunately, i do not have much free time, so hopefully someone else will pick up where i left ^__^
25th Jan 2018, 6:14 PM
Burey
Burey - avatar