I am dealing with some shoddy html pages that have been slotted into a template which are not picking up the master page theme or appearing within the master page "frame". At the moment I see this going one of two ways:
- Attempt to theme the html page so that it slots nicely into the sharepoint masterpage theme and basically looks like it's part of the website
- Convert the html page to a Sharepoint 2010 compliant aspx page (I am assuming this would be a less painful route)
Basically wondering if anyone has attempted either of these and if so, can provide me with some documentation to follow.