Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

link color change

Status
Not open for further replies.

markshen2004

Programmer
Jun 9, 2004
89
CA
The link word change to blue and underline when I use it to link tag <a>.like this.the "link one" change to blue and underline.

<a>link one</a>

do you have a way to keep the word original color and no underline.

Thanks
 
Try this:

Change the color to whatever you want it to be if blue is out of the question
Code:
<body>
<form name=blahForm>
<a href='[URL unfurl="true"]http://www.google.com'[/URL] style='color:#0000ff; text-decoration:none'>google</a>
</form>
</body>

-kaht

banghead.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top