制作页面要在表格内插入背景图时,我们可以使用CSS进行控制,代码如下:
style="background-image:url(./images/counter_bg.jpg);background-repeat: no-repeat;background-position: right bottom;"
其中,./images/counter_bg.jpg为显示图片路径。
阅读全文...