How Do I Make Links Different Colors?

  • Thread starter Thread starter Ken Hall
  • Start date Start date
K

Ken Hall

This has probably been asked a thousand time, but a brief look in
Google groups didn't find it.

How do I make different links different colors on the same page?

FP lets me select any color I want for links, but it forces all links
on the page to be that chosen color.

Ken
 
you'd have to define different "classes" on your style sheet for each type
of link, then your links would look like:
<a class="purple" ......
<a class="green"....
etc.
HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

Make More Money with Less Work
Let Your Clients Control Their Content With Just A Browser!
http://contentseed.com/
 
Use CSS for this. You can either use inline styles or a stylesheet with
different classes.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Highlight text to create link, then right click choose
HYPERLINK-STYLE-FORMAT-FONT. Then you can choose color style effects
 
Thanks for the replies.

I've never done style sheets. I use FP because I'm not much of a
coder.

On the suggestion about using HYPERLINK-STYLE-FORMAT-FONT. I didn't
see a way to address colors for target link, visited link and active
link. Did I miss something?

Ken
 
Let's make this easy.. Using FrontPage to do it for you... (if you want all
on the page to be the same)

Right click on the page >Page Properties>(new window) Formatting (tab) on
the top of the page. The in the middle of the page (right side) change the
Hyperlink colors...

Easy? That's why I use FrontPage.....

HTH

Don
===================
| Thanks for the replies.
|
| I've never done style sheets. I use FP because I'm not much of a
| coder.
|
| On the suggestion about using HYPERLINK-STYLE-FORMAT-FONT. I didn't
| see a way to address colors for target link, visited link and active
| link. Did I miss something?
|
| Ken
 

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

Back
Top