Expression > Página Inicial dos Fóruns > Expression Web and SuperPreview > deleting background image and repeat in master page
Fazer uma PerguntaFazer uma Pergunta
 

Perguntadeleting background image and repeat in master page

  • quarta-feira, 28 de maio de 2008 19:15BobInIndy1 Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
     

    Using EW2 in asp.net website...

    In design view, in #mainwrapper on master page, I have a background image and background repeat that I would like to delete. It will allow me to delete them, but when I save they reappear.

    Any ideas?

    Bob

Todas as Respostas

  • quarta-feira, 28 de maio de 2008 21:07Christoph SchneegansMVPMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Check if there is a stylesrc attribute somewhere in the source.
  • quarta-feira, 28 de maio de 2008 23:54BobInIndy1 Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    I search all source in the web, and no stylesrc is nowhere to be found.

    Any other ideas?

    Thansk for you help.

    bob

  • quinta-feira, 29 de maio de 2008 20:40Christoph SchneegansMVPMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     

    Please provide more details. As far as I understand, you have a stylesheet which contains a rule similar to

      #mainwrapper {
        background-image: url(example.png);
        background-repeat: no-repeat;
      }
    ,

    right? Post the entire stylesheet, please. Is the stylesheet in a .css file or embedded in the .aspx Master Page?