这是代码:
<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>
现在,我需要增加图像的宽度或需要左缩进图像。
我怎样才能做到这一点 ?
我试过直接给出宽度..但它不起作用......
任何意见或建议将不胜感激和感激..