展开全部
有两种办法:一个是表格方式,一个是使用DIV的方式,原理就是将表格或DIV设置背景图片,这样仍然可以在上面添加文字可其它单元!
一、DIV布局
<div style=" width:450px; height:340px;background-image:url(bg.jpg); color:#FFF;">DIV背景图效果</div>
二、表格布局
<table width="450" height="340">
<tr>
<td background="bg.jpg" align="center" valign="top" >TABLE背景图效果</td>
</tr>
</table>
一、DIV布局
<div style=" width:450px; height:340px;background-image:url(bg.jpg); color:#FFF;">DIV背景图效果</div>
二、表格布局
<table width="450" height="340">
<tr>
<td background="bg.jpg" align="center" valign="top" >TABLE背景图效果</td>
</tr>
</table>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询