主题:  [求助]一个菜问题,不知道关于什么方面的.

jo32

职务:普通成员
等级:1
金币:0.0
发贴:35
#12004/5/20 18:10:12
怎么图片间有空隙,紧贴不了(如图)

<head>间的代码:

<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
body {
    background-color: #A2B472;
}
BODY, TD, TR {
    SCROLLBAR-BASE-COLOR: {categorybackcolor};
    SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
    FONT-FAMILY: MS Shell Dlg,Tahoma,sans-serif,宋体;
    FONT-SIZE: 12px;
}
SELECT {
    FONT-FAMILY: MS Shell Dlg,Tahoma,sans-serif,宋体;
    FONT-SIZE: 12px;
    COLOR: #000000;
    BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
    FONT-SIZE: 12px;
    FONT-FAMILY: MS Shell Dlg,Tahoma,sans-serif,宋体;
    COLOR: #000000;
    BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
    COLOR: {linkcolor};
    TEXT-DECORATION: link;
}
A {
    COLOR: {linkcolor};
    TEXT-DECORATION: none;
}
A:hover {
    COLOR: {hovercolor};
    TEXT-DECORATION: link;
}
#cat A:link, #cat A:visited, #cat A:active {
    COLOR: {categoryfontcolor};
    TEXT-DECORATION: none;
}
#cat A:hover {
    COLOR: {categoryfontcolor};
    TEXT-DECORATION: underline;
}
#ltlink A:link, #ltlink A:visited, #ltlink A:active {
    COLOR: {linkcolor};
    TEXT-DECORATION: none;
}
#ltlink A:hover {
    COLOR: {hovercolor};
    TEXT-DECORATION: underline;
}
.thtcolor {
    COLOR: {tableheadtextcolor};
}
</style>

$headnewpm

代码:

<table width="{tablewidth}" height="100" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="left" valign="top" background="{imagesfolder}/menu_background.gif" bgcolor="#FFFFFF"><img src="images/banner1.gif" width="700" height="120"></td>
<td nowrap background="{imagesfolder}/menu_background.gif">
<div align="left">
</div>
<div align="right"><img src="images/banner3.gif" width="37" height="120" align="bottom">
</div></td>
</tr>
<tr>
<td background="{imagesfolder}/menu_background.gif"><div align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/banner2.gif" width="232" height="30"></td>
<td><div align="right"><img src="images/toptick.gif" width="8" height="8"> <a href="usercp.php?s=$session%5Bsessionhash%5D">资料</a> <img src="images/toptick.gif" width="8" height="8"> <a href="register.php?s=$session%5Bsessionhash%5D">注册</a> <img src="images/toptick.gif" width="8" height="8"> <a href="calendar.php?s=$session%5Bsessionhash%5D">日历</a> <img src="images/toptick.gif" width="8" height="8"> <a href="memberlist.php?s=$session%5Bsessionhash%5D">会员</a> <img src="images/toptick.gif" width="8" height="8"> <a href="misc.php?s=$session%5Bsessionhash%5D&amp;action=faq">帮助</a> <img src="images/toptick.gif" width="8" height="8"> <a href="search.php?s=$session%5Bsessionhash%5D">搜索</a> <img src="images/toptick.gif" width="8" height="8"> <a href="index.php">主页</a> <img src="images/toptick.gif" width="8" height="8"> <a href="member.php?s=$session%5Bsessionhash%5D&amp;action=logout">退出</a></div></td>
</tr>
</table>
</div></td>
<td background="{imagesfolder}/menu_background.gif">&nbsp;</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>

还有:

<p align="center"><normalfont><b>&lt; <a href="$contactuslink">联系我们</a> - <a href="$homeurl">$hometitle</a>
<!-- - <a href="$privacyurl">隐私声明</a> -->
&gt;</b></normalfont></p>
<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
</smallfont> Powered by: vBulletin<br>
程序美化:Jesing<br>
<smallfont>Powered by: vBulletin</smallfont></p>



jo32

职务:普通成员
等级:1
金币:0.0
发贴:35
#22004/5/20 18:11:15
:



jo32

职务:普通成员
等级:1
金币:0.0
发贴:35
#32004/5/20 18:11:55

图片如下:



元始天尊

职务:版主
等级:5
金币:28.0
发贴:2387
#42004/5/20 18:22:22
表格没有设好!



jo32

职务:普通成员
等级:1
金币:0.0
发贴:35
#52004/5/21 16:22:38
元始天尊在上个帖子中说
引用:
表格没有设好!



要怎么设置呢?



jo32

职务:普通成员
等级:1
金币:0.0
发贴:35
#62004/5/21 17:55:08
在DW的可视化设置里没有间隔...是什么回事?



元始天尊

职务:版主
等级:5
金币:28.0
发贴:2387
#72004/5/21 18:20:40
你把表格间距、边框、填充都设为 0



元始天尊

职务:版主
等级:5
金币:28.0
发贴:2387
#82004/5/21 18:21:51
如果还是有间隙,那就重新建表格!



元始天尊

职务:版主
等级:5
金币:28.0
发贴:2387
#92004/5/21 18:23:22
如果你的图片是直接由Firework里导出为html的
那就很难修改了
我也遇到过同样的情况!



jo32

职务:普通成员
等级:1
金币:0.0
发贴:35
#102004/5/22 10:10:56
元始天尊在上个帖子中说
引用:
如果你的图片是直接由Firework里导出为html的
那就很难修改了
我也遇到过同样的情况!



原来是表格的文本出了点问题...让他们居中就没有间隙了.