㈠ dw中的表格如何設置多個背景圖片
方法一、再建一表格,將圖片與表格分別放入兩個單元格中。
即:
<talbe>
<tr>
<td>
<!-- IMAGE -->
</td>
<td style="text-align:center">
<!-- TABLE -->
</td>
</tr>
</table>
方法二、在圖片外套一個DIV標簽,再在表格外套一個DIV,然後設置DIV屬性。
即:
<style>
.content{text-align:center;border:4px solid #99CC00;width:40%;}
.content #left{height:200px;float:left;border:4px solid #BB0000;width:40%;}
.content #right{height:200px;float:left;border:4px solid #009999;width:60%;text-align:center;} <!-- float還是left -->
.content img{width:100%;height:192px;}
.content .t1{width:80%;margin-top:2px;}
.content .t1 td{height:80px;border:3px dotted #990099;width:50%;text-align:center;}
</style>
<div class="content">
<div id="left"><img alt="LEFT" title="IMAGE" /></div>
<div id="right">RIGHT<table cellpadding="0" cellspacing="0"
class="t1"><tr><td>R11</td><td>R12</td></tr><tr><td>R21</td><td>R22</td></tr></table></div>
</div>
方法三、如果什麼都不相加也可以,只是不太好。
即:
<style>
.img{left:20px;position:absolute;border:5px solid #AA0000;width:150px;height:200px}
.table{width:30%;height:200px;text-align:center;font-family:"楷體";color=#992211;font-size:2em;}
td{border:3px solid #00AA00;}
</style>
<center>
<img class="img" alt="LEFT"/>
<table class="table" cellpadding="0" cellspacing="0">
<tr>
<td>
RIGHT1
</td>
<tr>
<tr>
<td>
RIGHT2
</td>
<tr>
</talbe>
</center>
㈡ 怎麼使用dw可以讓這兩張圖片可以並排起來
1、首先插入兩個div標簽,點擊【插入】,找到【布局對象】—【Div標簽】。
㈢ DW中怎麼設置背景圖像
今天,向大家介紹在DW中如何設置背景圖像,快來看看吧!操作方法
01
首先打開DW,點擊創建新項目的HTML。如下圖所示。
㈣ Dw代碼中插入背景圖片的代碼是什麼
Dw代碼中插入背景圖片的代碼的具體步驟如下:
我們需要准備的材料分別是:電腦、DW。
1、首先我們打開需要編輯的DW文件,點擊需要插入背景圖片的地方。