Linking my default.css to the paragraph format block

  •  06-30-2008, 6:22 PM

    Linking my default.css to the paragraph format block

    Greetings:
     
    I need to control the paragraph format blocks from my default style sheet.
     
    I've defined the location of my style sheet: EditorWysiwygModeCss="/styles/default.css" (the Styles folder is in the root directory of the website)
     
    Updated the common.config to use the .H1 tag in the style sheet:
    <item text="[[Heading 1]]" value="&lt;H1&gt;">
    <html><![CDATA[<h1>[[Heading 1]]</h1>]]></html
    >
    </item
    >
     
    Added the tag to the style sheet: 
    .H1
    { font-size: x-small;
    color:DarkRed;
    text-decoration:
    underline;
    font-weight: bold
    ;}
     
    Yet the paragraph format does not work. What am I missing?

    Thanks for your help.
View Complete Thread