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 » Visual Studio 2... » CSS and HTML   (RSS)
Tip #69: Did you know…The keyboard shortcut for View in Browser?
Ctrl +Shift+W does the trick for you. This short cut is mentioned under File Menu -> View in Browser . So if you are still using Select File -> Right click for context menu and then selecting View in Browser as shown below, you may want to start Read More...
Tip #68 Did you know… How simple it is to attach an existing style sheet to your web page?
Open an existing web site in VWD. Open the page by double clicking on it in solution explorer to which you want to attach the existing style sheet in your web site. Now, switch to Design View of the page and bring up Select Style Sheet dialog by clicking 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...
Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox?
To absolute position any control on your designer, you select the control and then select the following menu option: Format  –> Position… ->Position style ->Absolute. Sometimes you may want the controls to be absolutely positioned on the Read More...
Tip #16: Did you know… How to change the default format settings for CSS Editor?
There is a Tools –>Options setting under Text Editor –> CSS –> Format Node which helps you change the default CSS Format settings. This dialog gives you the flexibility of setting the default CSS Formatting styles in any of     Read More...
Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer.
Tip#10 spoke about the New Style Builder Dialog. There are various other entry points to this dialog. You can invoke it from the following places from the IDE:  CSS Properties Tool Window: Bring up the CSS properties dialog by selecting View –>CSS Read More...
Tip #10 Did you know… Visual Web Developer 2008 has a New Style Builder Dialog?
Visual Studio 2008 has a New Style builder dialog. This dialog box helps you design new styles and also preview it at the same time. Using this dialog, you can create a style which can live in current page, an existing external style sheet or a new external Read More...
Tip #6 Did you know…About the “Tag Navigator” feature?
One of the cool features in Visual studio is the Tag navigator which is available both in design and source view modes. The tag navigator appears at the bottom of HTML Editor. Here is how it looks when you open up a page in Visual Studio: In the picture Read More...
Tip #4 Did you know… You can add browsers to Visual Web Developer using the “Browse With…” option
As a web developer one of the things that might be interesting to you is to view your page in different browsers. Here is how you do this from within Visual Studio: 1. Open your web site in Visual Studio. Select the page and right click to bring up the Read More...
Tip #2 Did you know...The Style Application Toolbar works in both Auto and Manual modes?
The style application toolbar allows you to create and modify styles automatically. This tool window works in two modes " Auto mode " and " Manual mode ". The Auto mode is targeted for users who are new to CSS and in this case Visual Read More...
Did You Know… Tip #1 – Powerful CSS Tools to Create, Manage and Apply Styles
Visual Studio 2008 introduces three new tool windows for CSS styling. They are: Apply Styles Manage Styles CSS Properties All the above options are available under the V iew menu when you are in design view or in split view mode.   Apply Styles : Read More...
Page view tracker