Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

Browse by Tags

All Tags » CSS and HTML » Editor   (RSS)
Tip #54: Did you know…How you can turn off intellisense for HTML/ CSS editors
If you would like turn off intellisense in HTML editors (aspx, html files) and CSS editor (css files), you could do so by going to Tools->Options dialog. For HTML editor, go to Tools->Options->HTML->General. In the right pane, under Statement Read More...
Tip #28 Did you know… That “Go to definition” is supported for CSS Class?
If you have a style defined as Class = ”fooRed”   as shown below and want to quickly know what does fooRed style contain? < div class ="fooRed"> In RED </ div >   Just place your cursor on fooRed and hit the F12 button. Read More...
Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?
VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML/CSS Read More...
Page view tracker