I was wondering if there is a set of templates to use (potentially) any MVC View. I mean a set of predefined HTML tags (possibly only DIVs, scalding as wrappers) with id and class attributes , among others, which in combination with CSS displays a complete web page. For example, the template ships with ASP.NET MVC3 in VS2010. Then you can select a specific template (i.e., One with a table in the center of the page instead of an image) and build your application.
I need this because I absolutely hate CSS (or their HTML app is better), because I never get the size and position I want!
Thanks in advance
Francesco
source
share