コードは次のとおりです。
<table border="1" cellpadding="2" cellspacing="2" height="250">
<tbody>
<tr>
<td>
<div style="background: url('image path goes here';); width: 300px; height: 250px; position: relative;">
<p style="width: 180px; font-size: 12px; margin-top: 35px; position: absolute;">My TEXT goes here....</p>
</td>
</tr>
</tbody>
</table>
今、画像の幅を広げるか、画像を左インデントする必要があります。
どうやってやるの ?
幅を直接指定しようとしましたが、うまくいきません...
アドバイスや提案はありがたく感謝します..