How do I stretch a image without losing clarity?
I am using
<table style="width:100%">
<tr>
<td align="center" style="width:1100px">
<img src="Images/X.jpg" style="width:1100px">
</td>
</tr>
</table>
If I change 1100px to 100% will the image look bad?
Appreciate your help
Thanks, Ravi Ramaswamy