展开全部
直接两个表格横向排列应该是不行,除非你用<div>标签进行定位
或者像下面这段代码一样,把两个table放置到另一个外部table的两个格子中去,来实现你要的效果,你可以复制到Dreamweaver看下效果
希望对你有帮助
<table width="449" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50"><table width="100%" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%"> </td>
</tr>
</table></td>
<td><table width="100%" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
或者像下面这段代码一样,把两个table放置到另一个外部table的两个格子中去,来实现你要的效果,你可以复制到Dreamweaver看下效果
希望对你有帮助
<table width="449" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50"><table width="100%" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="100%"> </td>
</tr>
</table></td>
<td><table width="100%" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询