dreamweaver中怎样在几个表格下面添加背景图片

就是几个连在一起的表格,怎样使背景图片覆盖全部表格,注意是在dreamweaver中 谢谢

连在一起的表格是怎么回事?各自是独立的表格?
你可以建立一个大的表格,把这几个表格嵌套进去,为这个大的表格设定一个背景就可以了。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-05-16
把多个表格包在一个DIV中,给DIV加背景。
<div style="background:url(../images/bg.jpg")>

<table><tr><td> </td></tr></table>

<table><tr><td> </td></tr></table>

<table><tr><td> </td></tr></table>

</div>