asp 2张框格并行排放
发布网友
发布时间:2024-10-04 19:17
我来回答
共2个回答
热心网友
时间:2024-10-04 21:05
给两个表格都加align属性,并都设为left即可
第一个表格:
Response.Write "<table width=""400"" border=""1"" cellpadding=""2"" cellspacing=""0"" align=""left"">"
第二个表格:
Response.Write "<table width=""600"" border=""1"" cellpadding=""2"" cellspacing=""0"" align="left">"
如果还不能横向排列,把两个表格宽度减小就OK了.
热心网友
时间:2024-10-04 21:02
在样式里加上float:left;就行了