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

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 Mon Jun 07, 2010 11:36 pm

Unknown Data

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://woops.dk

2Accespted Re: Remove line under link Tue Jun 08, 2010 12:28 am

Fellon

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

http://revoken.deviantart.com/

3Accespted Re: Remove line under link Wed Jun 09, 2010 11:52 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Bump

http://woops.dk

4Accespted Re: Remove line under link Fri Jun 11, 2010 6:59 pm

Unknown Data

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

http://woops.dk

5Accespted Re: Remove line under link Fri Jun 11, 2010 10:07 pm

Fellon

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

http://revoken.deviantart.com/

6Accespted Re: Remove line under link Mon Jun 14, 2010 12:21 am

ankillien

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

Tutorial Accepted

7Accespted Re: Remove line under link Fri Jan 13, 2012 2:46 am

RSguideMaker

RSguideMaker
Registered Member
Registered Member
Awesome tutorial brah.

8Accespted Re: Remove line under link Tue Oct 30, 2012 6:35 pm

zakelijk


Registered Member
Registered Member
Simple and useful Smile

https://www.antagonist.nl/domeinnaam/

9Accespted Re: Remove line under link Sat Dec 01, 2012 4:28 pm

luiribas

luiribas
Registered Member
Registered Member
Its easy and simple tutorials but any way its looks good and helpful tutorials to me and anyone...

http://www.mojoomla.com

10Accespted Re: Remove line under link Mon Dec 03, 2012 2:02 pm

jmogli


Registered Member
Registered Member
Simple yet very useful one Thanks Smile

11Accespted Re: Remove line under link Thu Feb 21, 2013 10:14 am

Brian Mitchell


Registered Member
Registered Member
This one was one of the nice and interesting tutorials. Appreciate your effort.

12Accespted Re: Remove line under link Fri Jul 05, 2013 1:57 pm

bryanalvarez


Registered Member
Registered Member
thats good

http://www.online-product-designer.com

13Accespted Re: Remove line under link Tue Nov 19, 2013 12:35 am

Petermichael


Registered Member
Registered Member
thank for thie tutorial

Sponsored content


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