Click here to Skip to main content
Licence 
First Posted 3 Aug 2006
Views 17,382
Bookmarked 12 times

HTML Editor VS2005 - Part 1

By | 3 Aug 2006 | Article
Featuers and Tricks of VS2005 HTML Editor

Introduction

HTML Editor in VS2005 - Part 1

 
This article is to cover the special features + tips in VS2005 HTML Editor. Designing an HTML page has become lot easier for the developer. Almost everything is available readymade to the developer.
 
1.Strictly XHTML
The Html need to be strictly XHTML compliant.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

This line is automatically added to aspx pages and if the user wishes to use non-XHTML pages just removal of this line would do.
 
2. Easy Shift
 
In previous versions we used Shift+ F7 to switch between the Code and Design Mode. Now Shift+F7 is used to switch in HTML Design Mode to HTML Source Mode. Just F7 would transfer move aspx.cs page. Interestingly Alt+F7 gives a Tab control to select the Active Tool Windows.
( Cntrl + PageUp and Cntrl + PageDown is also used to switch between Design and Source of HTML)
 
3.Intellisense Everywhere
 
In the earlier versions HTML editor had very less intellisense, but in VS 2005 HTML editor one can find lots and lots of Intellisense.
Sample image
 
 
 
4.Table with Templates
While inserting Template by Layout>Insert Table> , there is an option to either go by Custom Table by giving all the properties (width, height, columns,rows alignment), also there is an interesting option to select the Templates. Some of the Templates available are
 
Sample image
  • Header,Footer,Side, Header and Side, Header,Footer,Side, Horizontal Split, Vertical Split, Top Down Hierarchy
5. Inserting Sever Controls in HTML Source
 
The server controls can now be directly dropped in the source of the HTML page.Just select the server control and drop direclty in the location where the server
control is needed to be placed.
 
 
Sample image
 
There are more features to be explored.
 
Regards
Umanath Selvan
 
 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Umanath Selvan



India India

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120517.1 | Last Updated 4 Aug 2006
Article Copyright 2006 by Umanath Selvan
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid