7个回答
展开全部
用CSS来控制
这个是控制页面所有链接样式的
a:link {color: #333333;text-decoration: none;}
a:visited {text-decoration: none;color: #414141;}
a:hover {text-decoration: underline;color: #FD5720;}
a:active {text-decoration: none;color: #FD6431;}
如果针对某一个写样式
A.white2:link {color: #000; text-decoration: none}
A.white2:active{ color: #000; text-decoration: none}
A.white2:visited{ color: #000; text-decoration: none}
A.white2:hover { color: #ff0000;text-decoration: underline }
linklable引用时classname="white2"就可以了
这个是控制页面所有链接样式的
a:link {color: #333333;text-decoration: none;}
a:visited {text-decoration: none;color: #414141;}
a:hover {text-decoration: underline;color: #FD5720;}
a:active {text-decoration: none;color: #FD6431;}
如果针对某一个写样式
A.white2:link {color: #000; text-decoration: none}
A.white2:active{ color: #000; text-decoration: none}
A.white2:visited{ color: #000; text-decoration: none}
A.white2:hover { color: #ff0000;text-decoration: underline }
linklable引用时classname="white2"就可以了
展开全部
用样式表CSS
把下面的代码放到html(或aspx)页面的<head></head>标签里
<style type="text/css">
.a{text-decoration:none;}
</style>
然后在linklable标签(有这个东西吗?是不是LinkButton啊)的里边加上样式表引用:<linklable class="a">
PS:如果是标签就用class,如果是控件的话就用CssClass,说实话,我真的没用过linklable这个东东,也从来没见过 ⊙﹏⊙b汗。。。。。
不过只要是去掉下划线,都可以用这种方法
把下面的代码放到html(或aspx)页面的<head></head>标签里
<style type="text/css">
.a{text-decoration:none;}
</style>
然后在linklable标签(有这个东西吗?是不是LinkButton啊)的里边加上样式表引用:<linklable class="a">
PS:如果是标签就用class,如果是控件的话就用CssClass,说实话,我真的没用过linklable这个东东,也从来没见过 ⊙﹏⊙b汗。。。。。
不过只要是去掉下划线,都可以用这种方法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
linklable受a标签样式控制,用css控制a标签的样式就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
工具箱中有一个 lable ,是没有下划线的。linklable是有下划线的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
LinkVisited 设置成 false
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询