Expression > 论坛主页 > Expression Web and SuperPreview > deleting background image and repeat in master page
提出问题提出问题
 

问题deleting background image and repeat in master page

  • 2008年5月28日 19: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日 21:07Christoph SchneegansMVP用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Check if there is a stylesrc attribute somewhere in the source.
  • 2008年5月28日 23: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日 20: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?