Hyperlinked text - how to change appearance

J

Jane Here

On my web page I have a number of links that are blue and underlined.

I want one link to look the same as the text next to it.

Example: Click here for more information.

The word "here" is a hyperlink, but I don't want it to look like a link.
Instead it should look just like the non-hyperlinked words next to it. All
other hyperlinked text on the page should behave normally.

Can I do this?
 
T

Tom Willett

IMHO, if a link looks like the rest of the text, many will get confused and
not know what or where to click.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
message | Yes, in your stylesheet, you could do something like this:
|
| a:link {
| text-decoration : none;
| }
|
| --
|
| ~ Kathleen Anderson
| Microsoft MVP - FrontPage
| Spider Web Woman Designs
| web: http://www.spiderwebwoman.com/resources/
| FrontPage Support: http://www.frontpagemvps.com/
|
|
|
|
| | > On my web page I have a number of links that are blue and underlined.
| >
| > I want one link to look the same as the text next to it.
| >
| > Example: Click here for more information.
| >
| > The word "here" is a hyperlink, but I don't want it to look like a link.
| > Instead it should look just like the non-hyperlinked words next to it.
All
| > other hyperlinked text on the page should behave normally.
| >
| > Can I do this?
| >
| >
| >
| >
|
|
 
D

Dave B.

Personally I wouldn't do that, I hate having to hunt for links on a site,
you have to make it stand out somehow.
 
B

Bob Lehmann

I want one link to look the same as the text next to it.

This sounds very much like a PHB request.

Damn the usability, I want consistency!!!!

Bob Lehmann
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top