English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

As in having the linking word to other text or page color coded only without the "underline?" If so, what is the linking code? Thanks.

2007-09-07 03:35:28 · 5 answers · asked by ipygmalion 4 in Computers & Internet Programming & Design

5 answers

Yes it is. Simply define your link style to "none":

yahoo!

2007-09-07 03:39:07 · answer #1 · answered by Anonymous · 2 0

Here is some example code that should help you. Good luck!





The word link in this sentence is not underlined.



2007-09-07 10:50:53 · answer #2 · answered by GhettoCyrano 2 · 0 0

Use CSS! Either right in the line place style="text-decoration: none;">whatever or place that CSS somewhere in your between statements or in an external css file referenced by a statement in the section of your file!

2007-09-07 10:43:22 · answer #3 · answered by fjpoblam 7 · 0 0

ya, It is possible
<...!this code difine head tag only...>

a:link{text-decoration:none}
a:active{text-decoration:none}
a:hover{text-decoration:underline}
a:visited{text-decoration:none}

expl: answer #4 · answered by Anonymous · 0 1

Yes, but you need to used STYLES (CSS).

2007-09-07 10:39:12 · answer #5 · answered by Bradley T 2 · 0 0

fedest.com, questions and answers