怎么在php文件中添加背景图片
我在html文件中添加php,可是浏览器中不能显示关于背景的效果(用css也不行,或许我不会弄)
------解决方案--------------------
查看img的src是否能正确读取到bgimage。
<div> <img src="path/img/01.jpg" alt=" 如何在php文件中添加背景图片 " > <p style="background:url('path/img/01.jpg') no-repeat;">background-image</p> </div> <div class="clear"> </div>