
<table style="border-style: solid; border-width: 1" cellspacing="0" border="0" width="500" > <tr> <td valign="top" align="left" > <img border="0" src="lgr.PNG" > </td> </tr> <tr> <td valign="top" align="left" >dfgdfg <BR>fghfgh </tr> <tr> <td valign="bottom" align="right"> <img border="0" src="pdr.PNG" > </td> </tr> </table>
.cont { position: relative; width: 200px; padding: 10px; border: 1px solid #666666; margin: 5px; } .cont .dol { background: transparent url(pdr.PNG) no-repeat right bottom; display: block; height: 15px; width: 15px; position: absolute; right: -1px; bottom: -1px; } .cont .gora { background: transparent url(lgr.PNG) no-repeat left top; display: block; height: 15px; width: 15px; position: absolute; left: -1px; top: -1px; } <div class="cont"> </div>