Expression > 포럼 홈 > Expression Web and SuperPreview > deleting background image and repeat in master page
질문하기질문하기
 

질문deleting background image and repeat in master page

  • 2008년 5월 28일 수요일 오후 7:15BobInIndy1 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
     

    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

모든 응답

  • 2008년 5월 28일 수요일 오후 9:07Christoph SchneegansMVP사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Check if there is a stylesrc attribute somewhere in the source.
  • 2008년 5월 28일 수요일 오후 11:54BobInIndy1 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

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

    Any other ideas?

    Thansk for you help.

    bob

  • 2008년 5월 29일 목요일 오후 8:40Christoph SchneegansMVP사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    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?