Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Adding underlines on linked web part titles

  Asked By: Aiesha Amin         Date: Jan 24, 2007      Category: Sharepoint      Views: 265
 

I'm not sure if it's my company's stylesheet or what. But the link at the top of
each web part
(that brings you into the document library) is not an underlined link. It only
underlines when
you roll over it.

Any idea how I can reverse this so that it stays underlined all the time? I'm
concerned that
inexperienced web users will miss this easy link to get into the document
libraries.

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Faith Delgado          Answered On: Jan 24, 2007       

That is the default style in WSS v3. You can override the default with
the following CSS:

.ms-WPTitle A:link, .ms-WPTitle A:visited
{
text-decoration: underline;
}

 
Didn't find what you were looking for? Find more on Adding underlines on linked web part titles Or get search suggestion and latest updates.


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