Home  >  Q&A  >  body text

Is it correct to insert a background image into a cell where text is originally written?

is

<table border="1" align="center">

<tr>

<td width="325" height ="155" background:"">

<img src="D:\Website Design\html5 Design\Mobile Page Design\bd1.png" alt="Baidu"/>

</td>

<td width="480" height="320">

<img src="D:\Website Design\html5 Design\ Mobile page design\kz1.jpg" alt="Pants"/>

</td>

</tr>

<tr>

<td width="704" height="535">

<img src="D:\Website Design\html5 Design\Mobile Page Design\dq1.jpg" alt= "Electrical appliances"/>

</td>

<td width="667" height="438">

<img src=" D:\Website Design\html5 Design\Mobile Page Design\yf1.jpg" alt="Clothes"/>

</td>

</tr>


</table>


李齐李齐2249 days ago1124

reply all(1)I'll reply

  • 代码输入中...

    代码输入中...2018-07-25 21:26:17

    It is best to use the server path for the image path address

    reply
    0
  • Cancelreply