1 Reply Latest reply on Oct 26, 2008 7:16 PM by nbelaevski

    Integrate custom css in Plug-n-skin not functions?

    ricola

      I have a layout.xcss which define a simple css class eg.

      .center {
       text-align: center;
      }


      in .xhtml pages, I am using this css class and it's not working, and I have checked the stylesheet being generated, and it is there. eg.

      <div class="center">
       why am I not center aligned?
      </div>


      Any advices on this? should I not include the custom css control using plug-n-skin?

      Thanks a lot.