2007-03-26 05:36:03
·
answer #1
·
answered by toko 3
·
0⤊
0⤋
this depends on where you are trying to write it.
if you don't want it to be underlined, simply take the 'www' out of the front of the address,
example,
yahoo.com
so good luck. ;)
2007-03-26 11:31:18
·
answer #2
·
answered by sarah2282005 2
·
0⤊
0⤋
You have to use either inline styling or a CSS. Even this will not guarantee it works.
2007-03-26 11:31:35
·
answer #3
·
answered by wyntre_2000 5
·
0⤊
0⤋
You can't. "Blue AND Underlined" tells your visitors that is a link!
To sort of hide, use an image and code the link behind it.
2007-03-26 11:32:11
·
answer #4
·
answered by ELfaGeek 7
·
0⤊
2⤋
copy and paste this code into your document.
(i love the thumbs down when it's obviously the right answer and the correct way)
2007-03-26 11:31:09
·
answer #5
·
answered by SoulRebel79 4
·
0⤊
1⤋
In your style sheet (CSS) mark up your "a" tag text-decoration:none
HTH
2007-03-26 11:35:49
·
answer #6
·
answered by EspritDogs 2
·
0⤊
1⤋
For that u have to use CSS.Here thee code.
a {text-decoration:none;} in css..
2007-03-26 14:02:23
·
answer #7
·
answered by hemanth.P 1
·
0⤊
0⤋
here is an example here.
http://www.w3schools.com/css/tryit.asp?filename=trycss_link2
RJ
2007-03-26 11:33:13
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋