Topic: Editing Master Page in ASP.NET 3.5
Hey guys,
I build websites using ASP.NET 3.5 and Visual Studio 2010 platform. In ASP.NET, you can use "Master Page" to create usable codes. In that case, you create one master page, and then add other pages like About Us, Contact Us and etc based on the template you had created in Master Page. No HTML or CSS duplicate code is needed!
Also when making design changes, you don't need to go through all the pages, you can only edit the Master Page.
Now I'm building a website for my client with many links on the Master Page. These links will be repeated on other pages.
She'd like to be able to edit Master Page links (add/remove links) using SimpleCMS, but when I looked at the SimpleCMS site map, I couldn't find Master Page. It seems like SimpleCMS doesn't "see" it.
I added class edit to my Master Page, but still was not able to edit anything, because it' s not showing up.
Any suggestion?
Thanks for your time!
Mikhail