Is it correct to insert a background image into a cell where text is originally written?
李齐
李齐 2018-07-24 15:40:27
0
1
1122

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>


李齐
李齐

reply all(1)
代码输入中...

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!