羊糕的做法:怎么去掉DREAMWEAVER 编辑中 超级连接的下划线

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/06 18:42:35
还有 就是 为什么我上传的MP3文件 每次都要下
下来才会播放 现在的网站感觉都有 边听边下的
怎么弄啊

去掉DREAMWEAVER中超级连接的下划线,可以在<head></head>中添加代码如下:(我给你编辑了一种样式,当然你可以根据你的网页修改)
<style type="text/css">
a:active { text-decoration: none; color: #000000}
a:hover { text-decoration: none; color: #990000}
a:link { text-decoration: none; color: #000000}
a:visited { text-decoration: none; color: #990000}
BODY { text-decoration: none; font-size: 12px}
TABLE { text-decoration: none; font-size: 12px}
</style>

相信你可以看得懂。

另外,无论是加入音频还是视频,若想让之在线播放,需用到“插入”→“常用”→"shockwave"和“active”插件。

其实没有必要懂,以后懂就可以了。现在就照楼上的说的做就可以了。呵呵