level 1
银时灬er
楼主
<div id="bigbox">
<table width="303" height="280" border="0" cel
lsp
acing="3">
<tr>{dede:arclist typeid=29 row=9 titlelen=35 orderby='pubdate' imgwidth='303' imgheight='241'}
<td width="303" height="250" align="center">
[field:imglink/]
</td>
</tr>
<tr>
<td width="303" valign="top" align="center">
<a href=[field:link /]>
<strong>
[field:title /]
</strong>
</a>
</td>
{/dede:arclist}
</tr>
</table>
</div>
css:
#bigbox {
height:950px;
width:860px;
font-size:16px;
list-style:none;
text-decoration:none;
}
#bigbox table {
float:left;
}
#bigbox td{
float:left;
}
2015年08月10日 02点08分
1
<table width="303" height="280" border="0" cel
lsp
acing="3">
<tr>{dede:arclist typeid=29 row=9 titlelen=35 orderby='pubdate' imgwidth='303' imgheight='241'}
<td width="303" height="250" align="center">
[field:imglink/]
</td>
</tr>
<tr>
<td width="303" valign="top" align="center">
<a href=[field:link /]>
<strong>
[field:title /]
</strong>
</a>
</td>
{/dede:arclist}
</tr>
</table>
</div>
css:
#bigbox {
height:950px;
width:860px;
font-size:16px;
list-style:none;
text-decoration:none;
}
#bigbox table {
float:left;
}
#bigbox td{
float:left;
}