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, ...Newbie question on container CSSNewbie question on container CSS
Previous
 
Next
New Post
11/17/2008 7:04 PM
 

Hello all,

After reading the skinning doc and watching a couple of videos I found, I'm attempting my first DNN skin. I've successfully created and uploaded a container, which is 'kind of' working - except it doesn't seem that my formatting in my CSS file are being applied. In the below, I'm trying to make the title 2em and white. I've included all the files below. I'm zipping them and uploading them successfuly and I can see them appearing int Portals/_default/containers/....

Can someone please tell me what I'm doing wrong?

Thanks in advance,

Damien

 

----

Compsci_Container.xml

<Objects>
  <Object>
    <Token>[TITLE]</Token>
    <Settings>
      <Setting>
        <Name>CssClass</Name>
        <Value>CompsciContainerTitle</Value>
      </Setting>
    </Settings>
  </Object>
</Objects>
 

container.css

/* CSS Document */
.CompsciContainerTitle
{
font-weight:bold;
font-size:2em;
color:white;
}

Compsci_Container.html

<table width="75%" border="0" cellpadding = "1">
<tr>
<td bgcolor="#999999">[SOLPARTACTIONS][TITLE][VISIBILITY]</td>
</tr>
<tr>>
<td runat="server" id="ContentPane" valign="top" align="middle"></td>
</tr>
</table>
 

 

 
New Post
11/19/2008 4:10 PM
 

Your XML file is missing the [SOLPARTACTIONS] and [VISIBILTY]  tokens, maybe this is the problem? Everything looks good to me otherwise...

 
New Post
11/23/2008 5:53 PM
 

 Thanks Thomas. All fixed :-)

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Newbie question on container CSSNewbie question on container CSS


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