Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Hyperlink Turns Text TinyHyperlink Turns Text Tiny
Previous
 
Next
New Post
3/16/2009 5:05 PM
 

I'm having an ongoing problem where I put text into my DNN Modules (text/html and or News Articles) and set the font style and size... but as soon as I turn the text to a hyperlink the text displays as a tiny font.  I'm sure there's somewhere in the css that governs this but I have been unable to make changes that fix it.

Has anyone else seen this?

 
New Post
3/16/2009 10:30 PM
 

That would be the css for links.  Look in default.css, portals.css, and skin.css.




Joe Craig
Patapsco Research Group, Ellicott City, MD
DotNetNuke Development and Services (http://patapscorg.com)
 
New Post
3/17/2009 7:05 AM
 

Hi,

Not sure if it is the same thing but I used to get this problem regularly when starting with CSS.

Take for example an A HREF wrapped in a DIV.
If the DIV has a font size of 90% and the link size also has a font size of 90% then your HREF will be 90% of 90% (not 90% of 100%)

Strange things will also happen if you have not set up your Editor CSS styles correctly (ie. What you see in the editor is not neccessarily what is rendered to the public site)

May be worth looking at the rendered HTML and seeing exactely which styles are being applied.

GC.

 
New Post
3/19/2009 12:29 PM
 

 

Here are the relevant CSS entries:

 

A:link
{
 text-decoration: none;
 color: #003366;
}

A:visited
{
 text-decoration: none;
 color: #003366;
}

A:hover
{
 text-decoration: underline;
 color: #ff0000;
}

A:active
{
 text-decoration: none;
 color: #003366;
}
 

 
New Post
4/4/2009 8:40 AM
 

Hi,

If you haven't  already solved this can you post a link to your page so I can view your rendered HTML - it might offer some clues as to the level at which the font size is being set,

Also - as an aid to customisation I usually provide the <a> tag with a class. That was you could have a different colour of link depending on which module you are using.

Cheers

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Hyperlink Turns Text TinyHyperlink Turns Text Tiny


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out