如何去掉中难看的蓝色边框?

bingofei 2003-11-20 04:00:06
<tr align="center" valign="middle">
<td height="30">
<div align="center"><img src="imgbut/leave.jpg" width="52" height="19"></div></td>
<td height="30">
<a href="index1.asp"><div align="center"><img src="imgbut/enter.jpg" width="52" height="19"></div></a></td>
</tr>

...全文
528 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
beliefljh 2003-11-21
  • 打赏
  • 举报
回复
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<tr align="center" valign="middle">
<td height="30">
<div align="center"><img src="imgbut/leave.jpg" width="52" height="19"></div></td>
<td height="30">
<a href="index1.asp"><div align="center"><img src="imgbut/enter.jpg" width="52" height="19"></div></a></td>
</tr>
<p> </p>
<p> </p>
<tr align="center" valign="middle">
<td height="30">
<div align="center"><img src="imgbut/leave.jpg" width="52" height="19"></div></td>
<td height="30">
<a href="index1.asp">
<div align="center"><img src="imgbut/enter.jpg" width="52" height="19" border="0"></div>
</a></td>
</tr>
</body>
</html>
比较一下看看,唯一的区别是一个把边框设为0
kersic 2003-11-20
  • 打赏
  • 举报
回复
可以使用CSS最好了.不用每个IMG都要加个BORDER=0
在<head>和</head>之间加上:
<style type="text/css">
<!--
img {border:0}
-->
</style>
tuoshi 2003-11-20
  • 打赏
  • 举报
回复
在img置标里加一项:border="0"
aotianlong 2003-11-20
  • 打赏
  • 举报
回复
加上border=0
hcsunjun 2003-11-20
  • 打赏
  • 举报
回复
<img src="imgbut/enter.jpg" width="52" height="19" border=0>

61,127

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧