Re: EditorWysiwygModeCss

  •  01-19-2006, 5:23 PM

    Re: EditorWysiwygModeCss

    Adam,

    Here is the "textBold" css class:

    .textbold
    {
        color: Black;
        font-family: "Century Gothic", Tahoma;
        font-size: 12px;
        font-weight: bold;
    }
View Complete Thread