Hello,
While working on CRM 2011. I feel annoying to add <head> and stylesheet and scripts on all pages statically on web resources pages . Is there any way through which we can chop off the header and footer into two files and include it on all new pages on Web resources. just like require_once() ( PHP )
I have searched a lot how to include header and footer on static HTML pages and i found this one . this one suggest to use Server Side Including and here I found one post to use server side include technology but when i try to implement this in CRM2011, it didnt works.
Kindly suggest me the better solution to achieve this.