fade between page

fade between page

  • when in Gallery , there's  a fade between page .

    after checking HTML code, I found this: 

    <meta http-equiv="Page-Exit" content="progidBig SmileXImageTransform.Microsoft.Fade(duration=.5)" />

     

    , whick is not in forums or blogs

     

    when I add this code to blog or forum's default.aspx, it does fade , but no margins left and right

     

    where's the right place for such code , if I want to fade between all the site pages ?

     

  • Try /themes/default/masters/master.ascx

    This is the header used by all pages on the site, it can be overridden, but start there.

     

    Dan

  • that's the place !

     

    thanks