CSS Stylesheet Craziness!

  •  08-17-2008, 4:18 PM

    CSS Stylesheet Craziness!

    Hi,
     
    Please help me save part of my sanity! I have been trying to get the CSS styles that show up in the WSIWYG editor to actually appear the same when the page renders for hours now. I have changed the web.config file to point to my skin's CSS file and removed any duplicate styles from the default.asp.
     
    When I create text and apply the Normal style, the font and font-size is reflected in the text/html module (the editor)  but it will not display the color attribute specified in the skin.css file when you view the actual page. So it appears it is pickiing up some of the attributes but not others. I'm really confused.
     
    When I look at the page source, it shows the default.css appearing before the skin.css. I thought the hierarchy was skin > default > portal.
     
    <link id="_Portals__default_" rel="stylesheet" type="text/css" href="http://cutesoft.net/Portals/_default/default.css" />
    <link id="_Portals__default_Skins_FBC_blue_" rel="stylesheet" type="text/css" href="http://cutesoft.net/Portals/_default/Skins/FBC_blue/skin.css" />
    <link id="_Portals__default_Containers_RKRoundedBorder_" rel="stylesheet" type="text/css" href="http://cutesoft.net/Portals/_default/Containers/RKRoundedBorder/container.css" />
    Where am I going wrong?
     
    Thx,
    Tugboat
View Complete Thread