I'm developing an MVC2 web application, using Master pages to manage a centralised layout.
I've got a Masterpage with 4 Content areas in a specific order
- Page Title
- Main Banner
- Sub Banner
- Page Content
However, when-ever I create a new View that uses this Master page, it creates the empty placeholders in a different order:
- Page Content ID=Content1
- Page Title ID=Content2
- Main Banner ID=Content3
- Sub Banner ID=Content4
It works just fine, but it really bugs me that it's in the wrong place! Be very grateful if anyone's got a fix for me!