WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Accespted Remove line under link on Mon Jun 07, 2010 10:06 pm

Unknown Data


Registered Member
Registered Member
Remove Line Under Links
Removing the underline below the links


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 ~ If you want to do it, you'll have to put this code between the URL and the end tag, so it look like this. It's very easy just put the red code in your link tag code, and it will work.

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

CSS ~ This is also easy, when you have your stylesheet, just put the beloved code on the sheet. I also have put some bonus material, just to help a little bit.

<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>

That was all you have to do.
Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.

http://www.sjovfakta.dk

2Accespted Re: Remove line under link on Mon Jun 07, 2010 10:58 pm

Fellon


Registered Member
Registered Member
Really nice tutorial! Thank you Very Happy

http://revoken.deviantart.com/

3Accespted Re: Remove line under link on Wed Jun 09, 2010 10:22 pm

Unknown Data


Registered Member
Registered Member
Bump

http://www.sjovfakta.dk

4Accespted Re: Remove line under link on Fri Jun 11, 2010 5:29 pm

Unknown Data


Registered Member
Registered Member
Again... 24 hours has went by - so bump.

http://www.sjovfakta.dk

5Accespted Re: Remove line under link on Fri Jun 11, 2010 8:37 pm

Fellon


Registered Member
Registered Member
Just be patient. Bumping the thread doesn't help.

http://revoken.deviantart.com/

6Accespted Re: Remove line under link on Sun Jun 13, 2010 10:51 pm

ankillien


Administrator
Administrator
Thats a small and useful tutorial Very Happy
Thanks for your contribution.

Tutorial Accepted

7Accespted Re: Remove line under link on Fri Jan 13, 2012 1:16 am

RSguideMaker


Registered Member
Registered Member
Awesome tutorial brah.

http://techtalk.3owl.com/

View previous topic View next topic Back to top  Message [Page 1 of 1]

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