views:

28

answers:

1

Started checking out VS2010 Express. I have it installed on my home laptop and my work PC. This "problem" occurs on both systems. In past versions of VS I thought I was able to add style sheets to a theme by right-clicking on the theme folder, selecting "New Item...", then clicking the Style Sheet item. In VS2010 Express, Style Sheet is not present as an option. Only Skin, XML, and XSLT are present.

Is there a way to add Style Sheet to the list of selectable items? My current workaround is to create a style sheet outside of the theme folder, then drag it into the theme folder.

Thanks, Sam

A: 

What edition of VS2010 Express are you using? The Visual Web Developer should have CSS (which I assume you're looking for).

Lucero
Sam
I think you need to add a subfolder in the `App_Themes` folder, then add it to the subfolder.
Lucero
Sorry, to clarify, I am attempting to add to my "Default" theme within the "App_Themes" folder.
Sam