Access To Linked Files
To open a linked file click on the link and press Ctrl-D. This works for all links, not just text links. (Applies to: Dreamweaver MX)
To open a linked file click on the link and press Ctrl-D. This works for all links, not just text links. (Applies to: Dreamweaver MX)
Special characters in HTML pages must be designated by their appropriate entity references. The simplest way to insert the correct entity reference is to select Insert>Special Characters>Other to display a grid of characters. Click on any one of them to insert the appropriate code. (Applies...
To perform a spell check on your current document press Shift-F7. (Applies to: Dreamweaver MX)
To quickly edit a style sheet press Ctrl-Shift-E. (Applies to: Dreamweaver MX)
The right way to align text is using tags (it is also the only way to justify text). To create (or edit) alignment via tags press Ctrl-Alt-Shift-R for right justification, Ctrl-Alt-Shift-L for left justification, Ctrl-Alt-Shift-C for centered, and Ctrl-Alt-Shift-J for justified. This will work in...
Removing link code (the and tags) can be tedious, so let Dreamweaver do it for you. Just click anywhere in the link and press Ctrl-Shift-L. This will work in both code and design views. (Applies to: Dreamweaver MX)
Need to make text (or an image) clickable? Just highlight it and press Ctrl-L to create the link code. This will work in both code and design views. (Applies to: Dreamweaver MX)
To display the Tag Editor for any tag in your code, click in it and then press Ctrl-F5. (Applies to: Dreamweaver MX)
To display the Properties panel for any tag or element select it and press Ctrl-Shift-J. This will work in both code and design views. (Applies to: Dreamweaver MX)
Non-breaking spaces are used to better control wrapping and placement. To insert a non-breaking space press Ctrl-Shift-Space. This will work in both code and design views. (Applies to: Dreamweaver MX)