B bgjyd834 Account Closed Impact 0 Mar 18, 2011 2K views 3 replies #1 I need to add a image inside the table in html Page., pls help me how to write a code for inserting image inside table?
I need to add a image inside the table in html Page., pls help me how to write a code for inserting image inside table?
ezimedia VIP Member VIP ★ 20 ★ Impact 47 Mar 18, 2011 #2 <table> <tr> <td> <img src="http://www.namepros.com/programming/...." alt="" /> </td> </tr> </table>
J jacobatwood Established Member ☆ 10 ☆ Impact 3 Mar 18, 2011 #3 Yes, it is possible and very easy task. Go for the HTML help tutorial.
C cools4u New Member ☆ 10 ☆ Impact 0 Apr 21, 2011 #4 To add a image in table is as simple as adding a text to table ... only we have to define a image tag in the "td" of table and the size and width otherwise it will take the default width of the image ...
To add a image in table is as simple as adding a text to table ... only we have to define a image tag in the "td" of table and the size and width otherwise it will take the default width of the image ...