You have to alter the _SiteLayout.cshtml file and the Site.css file in the Content folder
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
You have to alter the _SiteLayout.cshtml file and the Site.css file in the Content folder
_SiteLayout.cshtml is only for joining the Site.css file with the page without having to write the <link> attribute again and again. The template and styles go in the .css file
Please "Marks As Answer" if any answer helped you out!
~~! FIREWALL !~~
Marked as answer by Angie xu - MSFT on Dec 09, 2012 10:59 PM
ayanmesut
Member
219 Points
85 Posts
starter site layout design
Dec 01, 2012 11:51 AM|LINK
how to change the layout and design of starter site template easily?
Abhishek Luv
Participant
1746 Points
468 Posts
Re: starter site layout design
Dec 01, 2012 12:09 PM|LINK
You can use Twitter BootStrap for design of your layout..according to your requirement : Navbar, grid system. footer
http://twitter.github.com/bootstrap/
You have to alter the _SiteLayout.cshtml file and the Site.css file in the Content folder
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
Afzaal.Ahmad...
Contributor
2661 Points
1040 Posts
Re: starter site layout design
Dec 01, 2012 06:43 PM|LINK
Easily? Just open content > site.css and edit the code.
Hardly? Try to give the body element some divs and spans. Than go and edit the code as you have done in the body element.
The easy way will let you only use the current template but different colors.
The hard way will let you change the whole template and the color and style of it. You choice!
~~! FIREWALL !~~
Afzaal.Ahmad...
Contributor
2661 Points
1040 Posts
Re: starter site layout design
Dec 01, 2012 06:44 PM|LINK
_SiteLayout.cshtml is only for joining the Site.css file with the page without having to write the <link> attribute again and again. The template and styles go in the .css file
~~! FIREWALL !~~