URGENT HELP NEEDED for Container css problem
Last Post 03/26/2007 10:41 AM by Lee Sykes. 1 Replies.
Author Messages
singh harpal
Nuke Newbie
Nuke Newbie
Posts:3


--


 

Now the Problem is :When i run this Everything is working Fine.
class="Title_container"
is working Fine
But
class="containermaster" is NOT working.

The result is co-ming like this
<td align="left" valign="top" class="containermaster"><div id="dnn_ctr419_ContentPane" align="left"><!-- Start_Module_419 --><div id="dnn_ctr419_ModuleContent">
<span id="dnn_ctr419_HtmlModule_HtmlModule_lblContent" class="Normal">fjdfjdhfhdjfdjf
dfdhfspan>
Why this normal class is inheriting my classs?

Here is the XML FILE Structure for css

For ContentPane:

        [CONTENTPANE]
           
           
                CssClass
                Title_container
           

       

   


For Title


        [TITLE]
       
           
                CssClass
                Title_container
           

       

   


Please HELP me that how I can stop Inheriting this NORMAL Class. It is very big issue for me and I need the HELP URGENT.
thanks Harpal Singh
03/26/2007 2:49 AM
    Hello Friends , My name is Harpal and I am from athens greece.
    I have one serious Issue that is Below.

    I create one Container.

     
    class="Title_container">
    [ACTIONS][TITLE]
    class="containermaster">[CONTENTPANE]
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    03/26/2007 10:41 AM
    Hello,

    The problem is that the normal class is specified in the actual source code of DotNetNuke. The only way to remove the normal class is to edit the following file, go to:

    /DesktopModules/HTML/HTMLmodule.ascx

    In that file you will find a line of code that mentions cssclass="Normal" - just remove the cssclass section.

    Thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---