<body>
????<center>
????????<table
????????????style="width:?700;?heigth:?600;?border:?0;?cellpadding:?0;?cellspacing:?0">
????????????<tr>
????????????????<td>
????????????????????<%
????????????????????????List<Item>?list?=?DbService.getallItems();
????????????????????????for?(Item?i?:?list)?{
????????????????????%>
????????????????????<div>
????????????????????????<dl>
????????????????????????????<dt>
????????????????????????????????<a?href="detail.jsp?id=<%=i.getId()%>">?
????????????????????????????????????<img?src="images/<%=i.getPicture()%>"?width="120"?height="80">
????????????????????????????????</a>
????????????????????????????</dt>
????????????????????????????<dd?class="dd-name"><%=i.getName()?%></dd>
????????????????????????????<dd?class="dd-city">產地:<%=i.getCity()%> 價格<%=i.getPrice()%></dd>
????????????????????????</dl>
????????????????????</div>
?????????????????????<%
?????????????????????????}
?????????????????????%>
????????????????</td>
????????????</tr>
????????</table>
????</center>
</body>
2014-11-28
<style type="text/css">
? div{
? float:left;
? margin:10px;
? }
? </style>
加上這句樣式
2014-11-27
table的正確用法: