Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Inline Link Mas...Inline Link Mas...Link StylesLink Styles
Previous
 
Next
New Post
11/3/2009 11:42 PM
 

Is there a way within the module to set styles for the links, such as, bold, text colors or hovers?

 
New Post
11/4/2009 1:04 AM
 

Joe : if you're replacing some text with a link, just include a css class with that link. 

ie -> find 'test', replace with <a href="test.com" class="testlink">test</a>

Then, in your skin.css file or module.css file, include a definition for the testlink css class.

.testlink a

{

     font-weight:bold;
}

This will allow you to style all your links in the same way.

-Bruce

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Inline Link Mas...Inline Link Mas...Link StylesLink Styles


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.