li
30 posts
Registered:
02 Jan 2009
21 Apr 2011
Link to this post
Hi I'm using Sitefinity 4.0 and getting a problem setting up custom master page.
I put the file .master under app_master and made a page use this master page, but in front end, sitefinty loads stylesheet telerik.web.ui.webresource.axd and breaks my styles, I checked the source of telerik.web.ui.webresource.axd, found that many styles are defined there: .radwindow, body, table, div, h1,...h6.
How can I remove these default styles? Am I wrong following the rule to create the master page?