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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CSS not being applied in container?CSS not being applied in container?
Previous
 
Next
New Post
7/28/2009 8:39 AM
 

I couldn't get access to the test server so you could see a live working version. What I could do though, is get a screenshot of the preview container from admin>skins in both IE8 and Firefox 3.5.1. I was also able to get the css and the ascx of the container. Here is the link for the zip file: http://www.sendspace.com/file/fiehx1

 
New Post
7/28/2009 11:59 AM
 

Andy,

Get rid of the period in EternityRecords.Title e.g.

<%@ Control language="vb" autoeventwireup="false" explicit="True" inherits="DotNetNuke.UI.Containers.Container" %>
<%@ Register tagprefix="dnn" tagname="ICON" src="~/Admin/Containers/Icon.ascx" %>
<%@ Register tagprefix="dnn" tagname="TITLE" src="~/Admin/Containers/Title.ascx" %>
<%@ Register tagprefix="dnn" tagname="VISIBILITY" src="~/Admin/Containers/Visibility.ascx" %>
<%@ Register tagprefix="dnn" tagname="LINKACTIONS" src="~/Admin/Containers/LinkActions.ascx" %>
<table>
<tr>
<td>
<dnn:ICON id="icon" runat="server" />
</td>
<td class="EternityRecordsTitle">
<dnn:TITLE id="title1" runat="server" />
</td>
<td>
<dnn:VISIBILITY id="visibility" runat="server" />
</td>
</tr>
<tr>
<td>
<div runat="server" id="ContentPane">
</div>
</td>
</tr>
<tr>
<td>
<dnn:LINKACTIONS runat="server" id="dnnACTIONS" providername="DNNMenuNavigationProvider" expanddepth="1" populatenodesfromclient="True" />
</td>
</tr>
</table>
 

Also, like I expected from your css yesterday your wrapping the title tag so try this css instead...

.EternityRecordsTitle { font-family: Arial, Verdana, Sans-Serif; font-size: 110%; font-style: italic; font-weight: bold; text-align: center; color: Purple; }


.EternityRecordsTitle .Head { font-family: Arial, Verdana, Sans-Serif; font-size: 110%; font-style: italic; font-weight: bold; text-align: center; color: Purple; }
 

 

 
New Post
7/28/2009 12:37 PM
 

Ok. How would I use it if I didn't wrap it but directly applied it instead? And how would I use the EternityRecordsTitle .Head style? Or do I just leave it and have DNN take care of that for me?

 
New Post
7/28/2009 1:27 PM
Accepted Answer 

Ok. Figured it out. VWD 2008 sp1 Express had everything all tripped up. Strange. When I right click default.aspx and go to view in browser, the style for the titles don't show up unlike everything else does. If I put it on the live test site, the title styles show up. Go figure...

 
New Post
7/28/2009 4:25 PM
 

That is odd! Thanks for noting this.  I am glad you got it working now though!

Good Luck

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CSS not being applied in container?CSS not being applied in container?


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