Skip to main content

Format HTML - Visual Studio 2005



it's very easy t format HTML or the mark up in a page using VS 2005

1. Select a part or the page which contains html

2. Select "Edit" menu and then select "Advanced" there are many useful options available

note: it's always better to check things in your menus when you tired with your coding

3. Select format document or format selection accordingly, VS will do the formatting for you

Comments

Unknown said…
U can even press Ctrl+K,D or Ctrl+K,F to format yo code ezily! if u are too lazy to use the mouse :D

Popular posts from this blog

Close Parent window from nested iframe child pages : javascript;

for : IE and FireFox 1: <script language="javascript" type="text/javascript"> 2: function CloseAll() { 3: if (top === self) { 4: alert('not iframed'); 5: if (navigator.appName == "Microsoft Internet Explorer") { 6: self.close(); 7: } 8: else { 9: var respnseVal = confirm("Do you wan't to close this window"); 10: if (respnseVal) { 11: netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); 12: window.open('', '_self'); 13: window.close(); 14: } 15: } 16: } 17: else { 18: alert('iframed'); 19: if (navigator.appName == "Microsoft Internet Explorer") { 20: top.close(); 21: } 22: else { 23: var respnseVal = confirm("Do you w...

One of my old favorite Games - Z (Strategy)

Z - strategy game i used to love this game , it was quite fascinating strategy game around 1996 download : http://www.486games.net/game.php?id=173