0
How to insert image in table cell
How to insert image in table cell
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