扫一扫
关注微信公众号

如何实现网页中的超级联接颜色固定
2007-09-25   网络

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
td {
font-size: 9pt;
}
a:link {
COLOR: &#35;FFFFFF; text-decoration: none;
}
a:visited {
COLOR: &#35;FFFFFF; text-decoration: none;
}
a:hover {
COLOR: &#35;000000; text-decoration: none;
}
a:active {
COLOR: &#35;000000; text-decoration: none;
}
-->
</style>
</head>
<body>
<table width="139" height="92" border="0">
<tr>
<td bgcolor="&#35;CCCCCC"><div align="center"><a href="&#35;">我是网管</a></div></td>
</tr>
</table>
</body>
</html>

热词搜索:

上一篇:html里嵌入多种媒体文件源码
下一篇:网页制作FAQ (简单版)

分享到: 收藏