这是一个TABLE www.doxou.com 每个栏目都是同样的TABLE 样式大小 一模一样
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="dragTable">
<tr>
<td class="head"><h3 class="L"></h3>
<span class="TAG">$label[Title7771]</span>
<h3 class="R"></h3></td>
</tr>
<tr>
<td align="left" class="middle">$label[b2d5] </td>
</tr>
<tr>
<td class="foot"><h3 class="L"></h3>
<h3 class="R"></h3></td>
</tr>
</table>
页面总宽950 每个table 之间的空隙无所谓 三个TABLE一行
楼主在吗,你的布局只有三行吧,每行一个单元格,如果要使用DIV布局,代码如下:
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
div
{
border:1px solid #ffffff;
}
#container
{
width:950px;
}
#div1,#div2,#div3
{
width:950px;
height:100px;
padding:0px;
margin:0px;
}
</style>
</head>
<body>
<div id="container">
<div id="div1">
</div>
<div id="div2">
</div>
<div id="div3">
</div>
</div>
</body>
</html>
如果你是要每行三个单元格的话,请联系我:249468903
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.t0{width:950px; height:100px; margin:0 auto;}
.t1{ width:315px;height:20px; margin:0px; float:left; border:1px solid #000000; background:#FFFFFF;}
.t2{ float:left; width:315px; height:20px; padding:0px 0px 0px 0px; border:1px solid #000000; }
.t3{ float:left; width:315px; height:20px; padding:0px; margin:0px;background:#CC0000;}
-->
</style>
</head>
<body>
<div class="t0">
<div class="t1">呵呵我想楼主这个是P8系统自带的页面吧- -
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息