Graphic Holdine
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove line under link

Go down

Remove line under link Empty Remove line under link

Post by Verrell123 Mon Apr 09, 2012 8:09 am

Remove Line Under Link


Hello Guest! Very Happy

This can be annoying to many people, so here is a fast tutorial to learn how to remove the line under the links. I'll show you how to do it by HTML and CSS - that's the easiest way to do it.



HTML
<a href="URL code" style="text-decoration: none;">link text</a>



CSS

<style type="text/css">

/* All Styles Optional */

<!--
a:link {color: #Unvisited link color; text-decoration: none; }
a:active {color: #Selected link color; text-decoration: none; }
a:visited {color: #Visited link color; text-decoration: none; }
a:hover {color: #Link color by mouseover; text-decoration: none; }
-->

</style>

Easy right?

Notice : This tutorial is copyrighted by Graphic Holdine. You may not publish it on anywhere without written permission from the administrators.
Verrell123
Verrell123
Administrator

Administrator

Posts Posts : 24
Coins Coins : 62
Golden Coins Golden Coins : 0
Likes Likes : 1

https://graphicholdine.indonesianforum.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum