Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to change the Visited Link Color in SharePoint

  Asked By: Shauna Lambert         Date: Jan 15, 2007      Category: Sharepoint      Views: 1840
 

Is it Possiable in sharepoint to Change the Color of visited link ??
so the User know that they visited this link,.

Any idea?????

Tagged:                  

 

4 Answers Found

 
Answer #1       Answered By: Judy Pittman          Answered On: Jan 15, 2007       

Using css is may be the solution..............

 
Answer #2       Answered By: Tricia Mullins          Answered On: Jan 15, 2007       

You should be able to override the css by
a:visited{<value>} or td.classname a:visited{<value>} it depends how
the style looks like.

IE Developer Toolbar is a great tool to gain the css style of your
page and it's names.

 
Answer #3       Answered By: Himanshu Gohil          Answered On: Jan 15, 2007       

But Which CSS exatly shouldChange???
Suppose a there is xyz Link web part so which CSS i have to change??
any idea??

 
Answer #4       Answered By: Ashton Schroeder          Answered On: Jan 15, 2007       

Well the styles are located:
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\TEMPLATE\LAYOUTS\1033\STYLES

And as I mentioned, use the IE Developers Toolbar. There are several ways to
modify the style of a page a good start is:
http://www.graphicalwonder.com/?p=611

 
Didn't find what you were looking for? Find more on How to change the Visited Link Color in SharePoint Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].