Expression > 論壇首頁 > Expression Web and SuperPreview > deleting background image and repeat in master page
發問發問
 

問題deleting background image and repeat in master page

  • Wednesday, 28 May, 2008 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

所有回覆

  • Wednesday, 28 May, 2008 21:07Christoph SchneegansMVP使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Check if there is a stylesrc attribute somewhere in the source.
  • Wednesday, 28 May, 2008 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

  • Thursday, 29 May, 2008 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?