Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Custom master page and custom style

  Asked By: Uma 1985         Date: Dec 13, 2009      Category: Sharepoint      Views: 319
 

On modifying the css file on a custom master page (lets say
default_copy(1).master) does SPD saves a local copy of core.css. This
article
office.microsoft.com/.../HA101691741033.aspx says
it saves a local copy of core.css in the _styles folder.

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Bailey Lewis          Answered On: Dec 13, 2009       

Whether it's a custom  master page  or not. If you edit one of the styles
stored in core.css using SPD it will save a modified copy  of core.css to
the _styles directory of the site. If you look at the master  page you
will see in the html header that the core.css style  sheet is actually
loaded using a custom server control called CSSlink. This control will
load the core.css from the 12 hive if it doesn't find a core.css in the
local _styles directory, otherwise it loads the local  one.

 
Didn't find what you were looking for? Find more on Custom master page and custom style Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].