DW怎么修改单个链接文字颜色?
我在页面设置里面设置或者用a:link修改都是整个页面的都被调整了有什么办法可以只调整某一个链接文字的颜色?...
我在页面设置里面设置或者用a:link修改 都是整个页面的都被调整了 有什么办法可以只调整某一个链接文字的颜色?
展开
3个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style>
.footer A:link {
COLOR: #000000; TEXT-DECORATION: none
}
.footer A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
.footer A:hover {
COLOR: #FF0000; TEXT-DECORATION: none
}
.footer A:active {
COLOR: #FF0000; TEXT-DECORATION: none
}
</style>
</head>
<body>
<table width="482" height="71" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="175" height="41"><a href="#">超链接超链接超链接超</a></td>
<td width="111"><a href="#">超链接超链接</a></td>
<td width="196"><a href="#">超链接超链接</a></td>
</tr>
<tr class="footer">
<td><a href="#">超链接超链接超链接</a></td>
<td><a href="#">超链接超链接</a></td>
<td><a href="#">超链接超链接超链接</a></td>
</tr>
</table>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style>
.footer A:link {
COLOR: #000000; TEXT-DECORATION: none
}
.footer A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
.footer A:hover {
COLOR: #FF0000; TEXT-DECORATION: none
}
.footer A:active {
COLOR: #FF0000; TEXT-DECORATION: none
}
</style>
</head>
<body>
<table width="482" height="71" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="175" height="41"><a href="#">超链接超链接超链接超</a></td>
<td width="111"><a href="#">超链接超链接</a></td>
<td width="196"><a href="#">超链接超链接</a></td>
</tr>
<tr class="footer">
<td><a href="#">超链接超链接超链接</a></td>
<td><a href="#">超链接超链接</a></td>
<td><a href="#">超链接超链接超链接</a></td>
</tr>
</table>
</body>
</html>
百事牛
2024-10-28 广告
2024-10-28 广告
作为深圳奥凯丰科技有限公司的一员,针对如何修改Word文档密码的问题,简要说明如下:首先,打开需要修改密码的Word文档,在菜单栏中点击“文件”选项,接着选择“信息”标签页。在“信息”页面中,找到并点击“保护文档”下的“用密码进行加密”选项...
点击进入详情页
本回答由百事牛提供
展开全部
可以用id来实现。
把要改颜色的链接加上id="test" <a href="#" id="test">ddsds</a>
然后在样式表里加上#test{color:#f00}
把要改颜色的链接加上id="test" <a href="#" id="test">ddsds</a>
然后在样式表里加上#test{color:#f00}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
单独加样式
新建一个class
你可以测试下
<style
type="text/css">
<!--
a:link
{
font-family:
"宋体";
font-size:
12px;
color:
#FF0000;
text-decoration:
none;
}
a:hover
{
font-size:
12px;
color:
#333333;
text-decoration:
none;
}
.lk1:link
{
font-family:
"宋体";
font-size:
12px;
color:
#000000;
text-decoration:
underline;
}
.lk1:hover
{
font-size:
12px;
color:
#ff0000;
text-decoration:
none;
}
-->
</style>
<p><a
href="/">111</a></p>
<p><a
href="/"
class="lk1">222</a></p>
<p><a
href="/">333</a></p>
新建一个class
你可以测试下
<style
type="text/css">
<!--
a:link
{
font-family:
"宋体";
font-size:
12px;
color:
#FF0000;
text-decoration:
none;
}
a:hover
{
font-size:
12px;
color:
#333333;
text-decoration:
none;
}
.lk1:link
{
font-family:
"宋体";
font-size:
12px;
color:
#000000;
text-decoration:
underline;
}
.lk1:hover
{
font-size:
12px;
color:
#ff0000;
text-decoration:
none;
}
-->
</style>
<p><a
href="/">111</a></p>
<p><a
href="/"
class="lk1">222</a></p>
<p><a
href="/">333</a></p>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询