| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 861 人关注过本帖
标题:DW 菜鸟问题!
只看楼主 加入收藏
cilubutong
Rank: 1
等 级:新手上路
帖 子:119
专家分:2
注 册:2007-5-22
结帖率:75%
收藏
 问题点数:0 回复次数:6 
DW 菜鸟问题!

我在做网页时,我开始插入一个表格是竖着的,怎么就是不能和上面居中对齐的表格对齐了!再插入表格时就到下面去了;

搜索更多相关主题的帖子: 做网页 
2007-05-24 11:09
cilubutong
Rank: 1
等 级:新手上路
帖 子:119
专家分:2
注 册:2007-5-22
收藏
得分:0 

怎么没人给我点意见啊? 给我点意见啊 看在我对网页制作这么有热情的份上


全国最大的网上服装批发[url]www.[/url]
2007-05-24 11:40
lmhllr
Rank: 8Rank: 8
等 级:贵宾
威 望:44
帖 子:1504
专家分:42
注 册:2005-5-12
收藏
得分:0 
都没明白你的意思~

你是想让两个表格一个在左一个在右,且对齐吗?!

还是贴代码且说清楚的你要求吧~
2007-05-24 15:54
cilubutong
Rank: 1
等 级:新手上路
帖 子:119
专家分:2
注 册:2007-5-22
收藏
得分:0 

<!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">
<!--
.去我 {
font-family: "新宋体";
font-size: 12px;
background-image: url(garner.gif);
}
-->
</style>
</head>

<body>
<table width="779" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="769"><img src="index67.gif" width="179" height="96" /><img src="index671.gif" width="590" height="96" /></td>
<td width="10">&nbsp;</td>
</tr>
</table>
<table width="785" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="indexe1.gif">&nbsp;</td>
<td background="a_22.gif">&nbsp;</td>
<td background="a_1.gif">&nbsp;</td>
<td background="indexb1.gif">&nbsp;</td>
<td background="file:///E|/模板/iecool_grmb_004/images/indexf1.gif">&nbsp;</td>
<td background="indexc1.gif">&nbsp;</td>
<td background="indexd1.gif">&nbsp;</td>
<td background="indexf1.gif">&nbsp;</td>
</tr>
</table>
<table width="260" height="501" border="1" cellpadding="2" cellspacing="0">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>
我要把我下面的表格和上面居中对齐的表格对齐


全国最大的网上服装批发[url]www.[/url]
2007-05-24 16:36
lmhllr
Rank: 8Rank: 8
等 级:贵宾
威 望:44
帖 子:1504
专家分:42
注 册:2005-5-12
收藏
得分:0 
哦,你得在嵌入一个跟上面那表格一样大的表格,再让下面表格在该表格左对齐

或者用div,不然是做不到的,两个表格的width不一样啊
2007-05-25 12:44
lmhllr
Rank: 8Rank: 8
等 级:贵宾
威 望:44
帖 子:1504
专家分:42
注 册:2005-5-12
收藏
得分:0 


<!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\">
<!--
.去我 {
font-family: \"新宋体\";
font-size: 12px;
background-image: url(garner.gif);
}
-->
</style>
</head>

<body>
<table width=\"779\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
<tr>
<td width=\"769\"><img src=\"index67.gif\" width=\"179\" height=\"96\" /><img src=\"index671.gif\" width=\"590\" height=\"96\" /></td>
<td width=\"10\">&nbsp;</td>
</tr>
</table>
<table width=\"785\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
<tr>
<td background=\"indexe1.gif\">&nbsp;</td>
<td background=\"a_22.gif\">&nbsp;</td>
<td background=\"a_1.gif\">&nbsp;</td>
<td background=\"indexb1.gif\">&nbsp;</td>
<td background=\"file:///E|/模板/iecool_grmb_004/images/indexf1.gif\">&nbsp;</td>
<td background=\"indexc1.gif\">&nbsp;</td>
<td background=\"indexd1.gif\">&nbsp;</td>
<td background=\"indexf1.gif\">&nbsp;</td>
</tr>
</table>
<table width=\"785\" align=\"center\">
<tr>
<td>
<table width=\"260\" height=\"501\" border=\"1\" align=\"left\" cellpadding=\"2\" cellspacing=\"0\">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

2007-05-25 12:46
cilubutong
Rank: 1
等 级:新手上路
帖 子:119
专家分:2
注 册:2007-5-22
收藏
得分:0 

謝謝了


全国最大的网上服装批发[url]www.[/url]
2007-05-25 16:36
快速回复:DW 菜鸟问题!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.025202 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved