Popular Searches: FrontPage Hosting | FrontPage Templates | FrontPage Training | Free FrontPage

Hyperlink color and underline   Logged in as: Guest
  Printable Version
All Forums >>FrontPage Specific Issues >>FrontPage 2003 >> Page: [1]
Name:
Message<< Newer Topic  Older Topic >>

Granny

 

Posts: 13
Member since: 7/21/2007
 

Hyperlink color and underline 

Hi there. Me again. Please, is there a way to make the hyperlinks to keep from turning blue and underlined? I'm sick and tired of having to change each one manually! Seems to me there is a way, but I can't remember how.

Thank you for your help. And while I'm here... Hehhehee....

Does any one here use the text rollover effect to show previous of images when the text is rolled over, and does it work consistently well? I know some sites do it. Just don't want to try it if it behaves irradically? Does these make sense? It does?

  Report Abuse |  Date: 5/31/2008 5:03:47 PM

newseed

 

Posts: 816
Member since: 1/13/2005
From: Florida

RE: Hyperlink color and underline (in reply to Granny

You use CSS to change all the links to whatever you desire. If you are using a style sheet file then you add this to it:

a {color: red;}

a:hover {color: blue;}


If you don't have a style sheet, you can still change it by adding this code just before the closed </head> tag to each of your web page. You will need to add it in Code View.

<style type="text/css">

a {color: red;}

a:hover {color: blue;}

</style>


Just change the color to your desired choice. It's better to use hex code to display your color. #ff0000 is the same as red and #0000ff is the same as blue.

If you don't want any underlines, then add text-decoration: none; to the css.

You can indeed have cool rollover effect using CSS. If you don't know how to use CSS, I suggest you start learning with some basic tutorials that you can search on the internet.

Helping those who help themselves can achieve great results.


< Message edited by newseed -- 6/1/2008 11:14:56 AM >



_____________________________

I'm going to do it myself! Can you help me??
Link:The Kasper Group
A Graphic and Web Design Company
  Report Abuse |  Date: 6/1/2008 11:14:03 AM

Granny

 

Posts: 13
Member since: 7/21/2007
 

RE: Hyperlink color and underline (in reply to Granny

Thank you very much for your help. I have done all of that since I started making my own webs back in 1903. I was asking if there was a place to make a global change (you know, where coding affects the entire page, not just one link? You have heard of global in coding?)

Please forgive me for taking up your time!!! Have a wonderful week!

:)
  Report Abuse |  Date: 6/2/2008 10:33:09 AM

d a v e

 

Posts: 849
Member since: 9/24/2002
From: Finland

RE: Hyperlink color and underline (in reply to Granny

if you link to an external stylesheet from each page then you have the ability to make changes globally i.e. site-wide, to every page that the style sheet is linked to, and every link on it.


_____________________________

d a v e
  Report Abuse |  Date: 6/2/2008 10:48:33 AM

tonymuffin

 

Posts: 78
Member since: 2/19/2008
 

RE: Hyperlink color and underline (in reply to d a v e

Also, under Edit Find / Replace you can replace code in all pages.
  Report Abuse |  Date: 6/2/2008 11:38:02 AM

newseed

 

Posts: 816
Member since: 1/13/2005
From: Florida

RE: Hyperlink color and underline (in reply to Granny

quote:

ORIGINAL: Granny

Thank you very much for your help. I have done all of that since I started making my own webs back in 1903. I was asking if there was a place to make a global change (you know, where coding affects the entire page, not just one link? You have heard of global in coding?)

The code I provided and placed in the right location does just that. Chances are is that you are not familiar with CSS. Search the internet for CSS Tutorial.


_____________________________

I'm going to do it myself! Can you help me??
Link:The Kasper Group
A Graphic and Web Design Company
  Report Abuse |  Date: 6/3/2008 7:37:28 AM

Granny

 

Posts: 13
Member since: 7/21/2007
 

RE: Hyperlink color and underline (in reply to Granny

Thank you all for your answers.

Newseed... Yes, you're right, I'm not familiar with them. Sorry for my smarty replied. I think I will follow your suggestion and look up some tutorials. Thank you again for your patience and kind help.

  Report Abuse |  Date: 6/5/2008 6:00:45 PM

d a v e

 

Posts: 849
Member since: 9/24/2002
From: Finland

RE: Hyperlink color and underline (in reply to Granny

here's a couple of places to start with ;)

http://www.w3schools.com/
http://htmldog.com/


_____________________________

d a v e
  Report Abuse |  Date: 6/5/2008 9:47:45 PM

Granny

 

Posts: 13
Member since: 7/21/2007
 

RE: Hyperlink color and underline (in reply to Granny

Thank you Dave. I will check them out!
  Report Abuse |  Date: 6/25/2008 9:42:53 AM
Page:   [1]
All Forums >>FrontPage Specific Issues >>FrontPage 2003 >> Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



Forum Software powered by ASP Playground Advanced Edition 2.0.5
Copyright © 2000 - 2003 ASPPlayground.NET

0.03125