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

How to insert image in table cell

How to insert image in table cell

8th Jan 2018, 7:41 AM
Satyam Bansal
Satyam Bansal - avatar
1 Answer
+ 1
just to insert it in a tbale cell: <td><img src="Images/product1.jpg" id="product1" width="175" height="225" alt="tshirt" /></td> to have <ol> or <ul> in tables with image try : <ul> <li ><a href="https://www........" target="_blank"> src="Images/.....PNG" alt="blahblah" /></a></li> </ul> in this example the image is a clickable link, if you just want the dsiplay not the link take out <a
8th Jan 2018, 10:18 AM
Agnesness
Agnesness - avatar