![]() |
how to get rid off the..
....underline on all links? not the hover links..
|
Go to your CSS style sheet, and look for your link codes. Here's a example:
A:link {BACKGROUND: none; font-weight: bold; color: #003399; text-decoration: none} The part that turns off the underline is the text-decoration: none part, so thats what you need to add to each of your link codes This is all in your Head Insert section if you didn't already know. |
ya got it thanks. :)
|
Actually i have the same question.
Here is the head-insert code. I cannot figure out what I should change to get rid of the underlined links. (not the hover). Cause the way I see it, the css style code is as it is supposed to be in order to not have underlined links :rolleyes: any ideas? Code:
<style type="text/css"> |
stark427, please go to this page and enter your vBT email address, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you. |
Quote:
Two emails are there. One is mine - the one with which I got the license and another which is from one of the moderators of my forum. I'm not sure I understand what the problem is here. Do you want me to PM you my email address? Would this help? thanx in advance p.s. any ideas for the "links" question ? :) |
Quote:
|
Quote:
|
Thanks :)
|
Ok I found the solution myself.
For anyone who is interested : replace this : Code:
A:link, A:visited, A:active { Code:
A:link, A:visited, A:active { replace this : Code:
A:hover { Code:
A:hover { the 2nd replacement will make your links be underlined only when you put the cursor over them. |
Thanks stark427 :)
|
Quote:
|
All times are GMT. The time now is 05:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|