vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: Remove Underlines in Links - View Topic
Topic Rating: *****
Printable View
VeaZna
Junior Member
**

[Avatar]
"Pickle Weasil"

Posts: 78
Status: Offline
Location: Guess...
Joined:  
Reputation: 1%  


pmwww
Remove Underlines in Links (4th Oct 08 at 11:31pm UTC)
Resolved
Is there a code to remove the underlines in the links?

ImageImage
dog199200
Guest
Re: Remove Underlines in Links (5th Oct 08 at 4:08am UTC)
Give me a bit and i'll try to come up with somethign for you, no promises though

Edit:

OK try this in your Global Footer:

Code:
 
  1. <style type="text/css">
  2. #a .underline{
  3. display: none;
  4. }
  5. </style>
 


Again not tested.
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Remove Underlines in Links (5th Oct 08 at 3:18pm UTC)
Dwight, the # symbol in CSS looks for the ID of an object. If searching for a tag, simply put the tag name with no symbol preceding it. {Wink}

VeaZna, try this in your global header:

Code:
 
  1. <style type="text/css">
  2. <!--
  3. a:link{ text-decoration: none; }
  4. a:hover{ text-decoration: none; }
  5. a:active{ text-decoration: none; }
  6. a:visited{ text-decoration: none; }
  7. //-->
  8. </style>
 


{Smile}

rroll.to— Shorten a link, rickroll your friends.
VeaZna
Junior Member
**

[Avatar]
"Pickle Weasil"

Posts: 78
Status: Offline
Location: Guess...
Joined:  
Reputation: 1%  


pmwww
Re: Remove Underlines in Links (5th Oct 08 at 5:55pm UTC)
thanks Marc {Smile}

ImageImage
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Remove Underlines in Links (6th Oct 08 at 1:03am UTC)
No worries. {Smile}

rroll.to— Shorten a link, rickroll your friends.
dog199200
Guest
Re: Remove Underlines in Links (6th Oct 08 at 3:58am UTC)
Oh ok i understand, at least I am trying
 Printable View

All times are GMT+0 :: The current time is 12:06am
Page generated in 0.1454 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums