Design a clean link

Source: Internet
Author: User
Links | Design pages can not be separated from the link, and the default link is always the same form of blue text and the bottom line, whenever we click on it, there will be dotted around the box, indicating that the link is the focus of the current, affecting the beautiful. But the price of some colorful links is adding a lot of code. We can add a small piece of code to the source file's link tag to mask some of the default properties, which are fresh.
First of all, as long as the link tag to add this code can be blocked when clicked around the dotted box, such as: the Web page after refreshing the page to click on this link, is not to show the dotted box! OK, we continue to transform, another step of the work is to delete the link on the bottom line. Add the following three lines of code to the source code, so that the bottom line of the link on this page does not appear:
<style type= "Text/css" >a {text-decoration:none}</style>
Save and then open the page, the form of the link is not just blue text! If it's not enough, you can also change its color, which is easy to achieve: Add this code before the link text to turn the link text into red



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.