LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   deleting an underscore (https://www.linuxquestions.org/questions/programming-9/deleting-an-underscore-386910/)

Post Modern 11-27-2005 03:35 AM

deleting an underscore
 
.
.
How do you delete an underscore - like the one that appears under a link when you add it to your HTML ????

I'm using stealth links on my site, and it's not very "stealth" if you can see the underlined link....


Thanks -

Post Modern
.
.

spooon 11-27-2005 03:46 AM

First of all, this is not programming.

Add a style-sheet like this:
Code:

<style>
a {
 text-decoration: none;
}
</style>


Post Modern 11-27-2005 05:35 AM

Thank You
 
.
.
You're quite correct Spoon, and in retrospect, I probably should have posted in "General",
but thank you for the reply - it was nice of you.... and I appreciate it.

PM
.
.


All times are GMT -5. The time now is 05:06 PM.