| Author: saroop 02 Sep 2008 | Member Level: Silver | Rating:  Points: 2 |
u can either use the <img> html tag
or use the background-image property of css to set the image
|
| Author: Rafees 02 Sep 2008 | Member Level: Silver | Rating:  Points: 2 |
careermanthra.com use styles sheet
|
| Author: anil 21 Nov 2008 | Member Level: Bronze | Rating:  Points: 3 |
HI! use this code
<table width="730" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background-image:url(file:///E|/SHARE/Anil/Website/Dreamsfly/images/photo.jpg)">use this</td> </tr> </table>
|