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, ...Problem with text/html content block styles in FirefoxProblem with text/html content block styles in Firefox
Previous
 
Next
New Post
3/19/2008 5:19 PM
 

I would absolutely upgrade, But I don't think it will solve this specific problem.

 
New Post
3/19/2008 8:05 PM
 

I have clients having this issue before, I think it should be just "body" tag instead of "#body" as an ID (is that you what you mean Timo?).


Cuong Dang
Co-founder: Enliven, dnnGallery
LinkedIn | Twitter
I'm the author of DNN and Web Standards Wrox Blox

 
New Post
3/20/2008 6:35 AM
 

No, the body tag has an ID with value Body.

Kind of confusing, I agree, but that's the way to address only the main body tag and not the ones in an iFrame

This is from DNN 04.03.05 default.aspx:

<body id="Body" runat="server" bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
    <noscript></noscript>
    <dnn:Form id="Form" runat="server" ENCTYPE="multipart/form-data" style="”height: 100%;">
        <asp:Label ID="SkinError" runat="server" CssClass="NormalRed" Visible="False"></asp:Label>
        <asp:PlaceHolder ID="SkinPlaceHolder" runat="server" />
        <input id="ScrollTop" runat="server" name="ScrollTop" type="hidden">
        <input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden">
    </dnn:Form>
</body>

As you can see the ID = "Body", not "body" btw

 
New Post
3/20/2008 8:34 AM
 

What Timo said, what you see most common in DNN is people set

body
{
background-image: lalalalalal

}

This replaces any body tags in DNN regardless of id. This means you will see the background image in your hmtl/textboxes and any other module that reads your .css file dynamically at edit time. If you do #Body then your only affecting the main body id which is purely unique to the outerlying Body" of the skin. Its a bit confusing and neither is right or wrong. Really depends on your needs, for example I use a black background, with white text, it really helps me to have that background show up in my editors as my default text is all white. You can even stack / combine your css tags to get a nice mix of styling between what shows in the "main Body id" and what shows up in your body tags / editors.

 

 
New Post
3/20/2008 12:05 PM
 

"No, the body tag has an ID with value Body.

Kind of confusing, I agree, but that's the way to address only the main body tag and not the ones in an iFrame

This is from DNN 04.03.05 default.aspx:

<body id="Body" runat="server" bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
    <noscript></noscript>
    <dnn:Form id="Form" runat="server" ENCTYPE="multipart/form-data" style="”height: 100%;">
        <asp:Label ID="SkinError" runat="server" CssClass="NormalRed" Visible="False"></asp:Label>
        <asp:PlaceHolder ID="SkinPlaceHolder" runat="server" />
        <input id="ScrollTop" runat="server" name="ScrollTop" type="hidden">
        <input id="__dnnVariable" runat="server" name="__dnnVariable" type="hidden">
    </dnn:Form>
</body>

As you can see the ID = "Body", not "body" btw "

Thanks for pointing it out Timo, I never noticed that.


Cuong Dang
Co-founder: Enliven, dnnGallery
LinkedIn | Twitter
I'm the author of DNN and Web Standards Wrox Blox

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Problem with text/html content block styles in FirefoxProblem with text/html content block styles in Firefox


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