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...Skins, Themes, ...Skins, Themes, ...quick fontd doubtquick fontd doubt
Previous
 
Next
New Post
7/26/2006 1:56 PM
 

Hi, kind of o dumb question, but it has going for hours.Does anybody know where I can change the font color for containers. Headings in special.

Thanks

 
New Post
7/26/2006 2:14 PM
 

When I need to change container styles, I usually edit their indiviudual CSS files, and many use their own CSS Classes so it's hard to say for sure what the class / tag will be but you should find in in your /portals/_default/containers/{containter_name}/ directory.

SB


Wells Doty Jr
Online Content Development
 
New Post
7/26/2006 2:16 PM
 
thnaks bob, Ive already tried that but you can only change background colors there.
 
New Post
7/26/2006 2:33 PM
 

It's probably the way the container is coded... Below I've listed a sample of the code I use in some of my containers, the code is based off Evan O'Neil's work, and I'm hoping that posting this doesn't cause any trouble but it should help you see the construction:

This is the "upper" part of the table that's used to construct the container:

<TABLE width="100%"  border="0" cellspacing="0" cellpadding="0"><TR>
  <td valign="top" class="PSP_TL"><img src="dummy.gif" width="10" height="1"  border="0"></TD>
  <td valign="top" class="PSP_T">
    <table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr>
     <td class="PSP_TitleTD"><dnn:TITLE runat="server" id="dnnTITLE" Cssclass="PSP_Title"/></td>
     <td class="PSP_ActionsTD"><dnn:SOLPARTACTIONS runat="server" id="dnnSOLPARTACTIONS" /></td>
    </tr></table>
  </TD>
  <td valign="top" class="PSP_TR"><img src="dummy.gif" width="10" height="1"  border="0"></TD>
 </TR></TABLE>

And then the following is the corresponding CSS code from the .css file:

.PSP_Title { font-size: 14px; line-height: 1.4em; font-family: Verdana; color: #fff; font-weight: bold; }
.PSP_TitleTD { width:100%; padding: 0;}

Hope this helps a little, as there are many ways to code containers.

SB


Wells Doty Jr
Online Content Development
 
New Post
7/27/2006 1:58 AM
 

Dear chip333

Silentbob has said it already...
It depends how your container is configured.
If you don't set a container class, then in the latest release of dnn there is a class for the containertitle that is rendered. I think it is CntTtle but I'm not sure. Now I've not the time to check this. The title renders always in a span, for instance: <span class="CntTtle">The title of the container</span>.
If you set in your control a css class then this class will render in the span tag.

<td class="tdTtle"><dnn:TITLE runat="server" id="dnnTITLE" /></td>
In this example you can see that there is not a class set. A standard class is rendered in the span tag (like i said I think it is CntTtle).
<td class="tdTtle"><dnn:TITLE runat="server" id="dnnTITLE" CssClass="YourOwnContTtleClass" /></td>
In this example you can see that there is a class set. The class YourOwnContTtleClass is rendered in the span tag.

You can also see that you can use a specific class for the td of the title.
Hope this will help.


Vriendelijke groeten
Gilbert Vanden Borre
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...quick fontd doubtquick fontd doubt


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