Stop CE inheriting the page styles

Last post 07-10-2010, 7:44 AM by ThomaxVision. 3 replies.
Sort Posts: Previous Next
  •  07-10-2010, 12:48 AM 62408

    Stop CE inheriting the page styles

    Is there a way to stop Cute Editor from inheriting the curring pages CSS? Here's what my version looks like:
     
  •  07-10-2010, 1:27 AM 62410 in reply to 62408

    Re: Stop CE inheriting the page styles

    I had the same problem. CE are using some of the default css class that are normally for tables and links etc. ( i really hope they class name all there css on next version).
     
    The solution to your problem is simple = 
     
    inn your css file:
     
    table.YourClassName
    {
       your design code here
    }
    table.YourClassName th
    {
       your design code here
    }
    table.YourClassName td
    {
       your design code here
    }
     
  •  07-10-2010, 7:32 AM 62413 in reply to 62410

    Re: Stop CE inheriting the page styles

    Works well thanks mate, but I'm not having issues with the popup windows and no border graphics around them.

    I'll post a picture a bit later.
  •  07-10-2010, 7:44 AM 62414 in reply to 62413

    Re: Stop CE inheriting the page styles

    No problems. All the buttons in the editor are effected by table css. From the first picture you show me it seems like you made some custom table height. It is also effected by alignment, z-index, margin, padding, float and position etc.
View as RSS news feed in XML