+ 1
how we change the location of an img in table..???
plz solve this...
2 Antworten
+ 2
Saksham Saxena
<html>
<head>
<title>first page</title>
</head>
<body>
<div id="Border">
<center><h3>Bord Of Intermediat & Secondary Education, Lahore</h3></center>
<table><tr>
<th>Roll No.</th>
<td><ins>239340</ins></td>
<td rowspan="3" ><img src="images-1.jpg" height="100" width="90"></td>
</tr>
</table>
</div>
</body>
</html>
+ 1
That's obvious. Change to image file name path eg. image2.js