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