Re: MasterPages in VS 2005 and CuteEditor 5.2

  •  02-27-2006, 4:49 AM

    Re: MasterPages in VS 2005 and CuteEditor 5.2

     GwynneR wrote:
    Hi Endys, is it possible that there's something in your style sheet that's causing this? What happens if you link to an empty style sheet (no style definitions) in the master page? I'm using master pages with style sheets and it seems to be working fine withe CuteEditor.
     
    Yeah GwynneR
     
    Thanks a lot for this idea... problem is in CSS .... something for developers of the great CuteEditor.
     
    this part of the style made the problem:
     

    body {

    table-layout: fixed;

    display: block;

    border-collapse: collapse;

     

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

    padding-top: 0px;

     

    font-family: Verdana;

    font-size: 8pt;

    letter-spacing: 1px;

     

    color: #404040;

    line-height: normal;

     

    position: relative;

    }
    In case I removed this body style, all was working well... I tried remove line by line and here is result:
    Problem is here: letter-spacing: 1px;

    In case I remove only this line from body style, it starts working well.
     
    Thanks a lot!!!

     

View Complete Thread