CSS impossible to use

  •  01-03-2006, 12:23 PM

    CSS impossible to use

    I am using the what i think is the latest version of CE 4 for ASP.
     
    The editor does not apply the CSS styles to text properly.  I have the following styles:

    .txtLarge{
         font-family: Arial, Helvetica, sans-serif;
         font-size:xx-large;
         font-weight: normal;
    }
    .txtNormal {
         font-family: Arial, Helvetica, sans-serif;
         font-size:  x-small;
    }
     
    Firstly If I apply one style then decide to change it it does not replace the old style it wraps another font tag with a style embedded, producing reduntant tags and not changing the style. 
     
    If I set a block of text to txtLarge then  want to change a bit of text within the block it wont work, simply because it does not terminat e the prceding tag to sart a new one.
     
    Also to remove a style the only way to do it is start from scratch which is very anoying when trying to edit a large document.
     
    Does this sound strange to you or is it a known bug and there is a fix??
     
     
View Complete Thread