dw 超链接如何去掉下划线??
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
把这段代码加在<head></head>中间
a:link{ color:#000000;
text-decoration: none;}
a:visited{ color:#000000;
text-decoration: none;
}
a:hover{
color:#FFff00;
font-style:bold;
text-decoration: none;
}
a:link{ color:#000000;
text-decoration: none;}
a:visited{ color:#000000;
text-decoration: none;
}
a:hover{
color:#FFff00;
font-style:bold;
text-decoration: none;
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在<HEAD></HEAD>之间加上一段代码
<STYLE>
a:link
{
text-decoration:
none;
}
a:visited
{
text-decoration:
none;
}
a:hover
{
text-decoration:
underline;
}
</STYLE>
就可以去掉下划线了
<STYLE>
a:link
{
text-decoration:
none;
}
a:visited
{
text-decoration:
none;
}
a:hover
{
text-decoration:
underline;
}
</STYLE>
就可以去掉下划线了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询