Question : align img to right of td

align an img to the right of td

<td>
<input type="image" src="continue.gif"           text-align="right"                                        />
</td>

Answer : align img to right of td

Here is what you want to do.

<td>
<input type="image" src="continue.gif"           text-align="right"   style='Float:right;'/>
</td>
Random Solutions  
 
programming4us programming4us