Is it Possiable in sharepoint to Change the Color of visited link ??so the User know that they visited this link,.Any idea?????
Using css is may be the solution..............
You should be able to override the css bya:visited{<value>} or td.classname a:visited{<value>} it depends howthe style looks like.IE Developer Toolbar is a great tool to gain the css style of yourpage and it's names.
But Which CSS exatly shouldChange???Suppose a there is xyz Link web part so which CSS i have to change??any idea??
Well the styles are located:C:\Program Files\Common Files\Microsoft Shared\web serverextensions\12\TEMPLATE\LAYOUTS\1033\STYLESAnd as I mentioned, use the IE Developers Toolbar. There are several ways tomodify the style of a page a good start is:http://www.graphicalwonder.com/?p=611