Search this blog

Thursday, June 4, 2009

Visual Studio : Html editor (Design View) Keys

Ctrl-B : Toggles the selected text between bold and normal

Ctrl-Shift-T : Decreases the selected paragraph by one indent unit

Ctrl-T : Indents the selected paragraph by one indent unit

Ctrl-I : Toggles the selected text between italic and normal

Ctrl-Shift-K : Prevents an absolutely positioned element from being inadvertently moved. If the element is already locked, this unlocks it

Ctrl-G : Toggles the grid

Ctrl-Shift-G : Specifies that elements be aligned using an invisible grid. You can set grid spacing on the Design pane of HTML designer options in the Options dialog, and the grid will be changed the next time you open a document

Ctrl-U : Toggles the selected text between underlined and normal

Ctrl-Shift-L : Displays the Bookmark dialog

Ctrl-J : Inserts DIV Tag in the current HTML document

Ctrl-L : When text is selected, displays the Hyperlink dialog

Ctrl-Shift-W : Displays the Insert Image dialog

Ctrl-Alt-Up Arrow : Adds one row above the current row in the table

Ctrl-Alt-Down Arrow : Adds one row below the current row in the table

Ctrl-Alt-Left Arrow : Adds one column to the left of the current column in the table

Ctrl-Alt-Right Arrow : Adds one column to the right of the current column in the table

Ctrl-Shift-Q : Toggles display of marker icons for HTML elements that do not have a visual representation, such as comments, scripts, and anchors for absolutely positioned elements

Ctrl-Page Down : Switches from design view to HTML view and vice versa

Ctrl-Q : Displays a 1-pixel border around HTML elements that support a BORDER attribute and have it set to zero, such as tables, table cells, and divisions

No comments:

Post a Comment