关于“文章推荐”的插件问题
用了月光“文章推荐”这个插件,
可是由于我的模板的问题,我想把这个插件显示框缩小,
源文件是这样:
<table width="530" border="1" align="center" cellspacing="1" cellpadding="0" border="0" >
<tr>
<td valign="top" align="center">
<table width="175" cellspacing="2" cellpadding="0" border="0">
<tr>
<td bgcolor="#E6E5DC">随机文章</td>
</tr>
</table>
<table width="175" cellspacing="0" class="DoubleColorTable">
<!--随机文章2-->
</table>
</td>
<td valign="top" align="center">
<table width="175" cellspacing="2" cellpadding="0" border="0">
<tr>
<td bgcolor="#E6E5DC">文章本月排行</td>
</tr>
</table>
<table width="175" cellspacing="0" class="DoubleColorTable">
<!--本月排行-->
</table>
</td>
<td valign="top" align="center">
<table width="175" cellspacing="2" cellpadding="0" border="0">
<tr>
<td bgcolor="#E6E5DC">文章本年排行</td>
</tr>
</table>
<table width="175" cellspacing="0" class="DoubleColorTable">
<!--本年排行-->
</table>
</td>
</tr>
</td>
</tr>
</table>
我修改为:
<table width="480" border="1" align="center" cellspacing="1" cellpadding="0" border="0" >
<tr>
<td valign="top" align="center">
<table width="160" cellspacing="2" cellpadding="0" border="0">
<tr>
<td bgcolor="#E6E5DC">随机文章</td>
</tr>
</table>
<table width="160" cellspacing="0" class="DoubleColorTable">
<!--随机文章2-->
</table>
</td>
<td valign="top" align="center">
<table width="160" cellspacing="2" cellpadding="0" border="0">
<tr>
<td bgcolor="#E6E5DC">文章本月排行</td>
</tr>
</table>
<table width="160" cellspacing="0" class="DoubleColorTable">
<!--本月排行-->
</table>
</td>
<td valign="top" align="center">
<table width="160" cellspacing="2" cellpadding="0" border="0">
<tr>
<td bgcolor="#E6E5DC">文章本年排行</td>
</tr>
</table>
<table width="160" cellspacing="0" class="DoubleColorTable">
<!--本年排行-->
</table>
</td>
</tr>
</td>
</tr>
</table>
为什么无法改变这个插件框的大小啊?
是不是不是这样改的啊?