网站代码的修改,帮忙

来源:百度知道 编辑:UC知道 时间:2024/05/27 03:27:31
<img src=/LeadBBS/images/temp/banner17.gif width=468 height=60 border=0>

以上代码是在我的论坛后台里修改顶部图片的一个代码,因为我想在顶部加上2个图片,如:
<img src=/LeadBBS/images/temp/banner17.gif LeadBBS/images/temp/banner18.gif width=468 height=60 border=0>

这样肯定不可以,上面的地方有限,长468,宽60 怎样可以加上2个,一个长为150,一个长为318的两个图片,宽都是60

在线等,麻烦大家了

在这个图片所在的列里套一个1行2列的表格,
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src=/LeadBBS/images/temp/banner17.gif width=150 height=60 border=0>
</td>
<td><img src=/LeadBBS/images/temp/banner18.gif width=318 height=60 border=0> </td>
</tr>
</table>
这样就好了!

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width=150 height=60><img src=/LeadBBS/images/temp/banner17.gif border=0> </td>
<td width=318 height=60><img src=/LeadBBS/images/temp/banner17.gif LeadBBS/images/temp/banner18.gif border=0> </td>
</tr>
</table>

<img src=/LeadBBS/images/temp/banner17.gif width=150 height=60 border=0><br><img src=/LeadBBS/images/temp/banner1