PVII PowerToys
- Introduction and Overview
- Wrap DIV Tag
- Insert Comment Tag
- Insert IE Conditional Comment
- Insert Style Block
- Insert JavaScript Block
- Make Null Link
- Apply Return False
Make Null Link PowerToy
The Make Null Link PowerToy allows you to quickly create a null link anywhere in your code by simply right-clicking (control-click on the Mac) and selecting Make Null Link from the Power Toys context menu. The command will create a new null link or will wrap the selected text with a new null link. This makes it easy to create placeholder hyperlinks or hyperlinks that are used to trigger JavaScript actions.
Note: The Make Null Link PowerToy is available in both Design View and Code View.
Creating an empty Null Link
-In Code View, or Design View, click on the section of the page where you would like to create the new Null Link (this is the insertion point)
-Right-click and select PVII PowerToys - Make Null Link

A new hyperlink tag will be added to the page at the insertion point, with the href attribute set to "#". Your cursor will be positioned inside the newly created tag, ready for you to enter your desired link text.

Creating a Null Link by selecting existing text
-In Code View, or Design View, select the text you wish to turn into a Null Link
-Right-click and select PVII PowerToys - Make Null Link

A new hyperlink tag will be added to the page, wrapped around the selected text. The entire <a> tag will remain selected, click anywhere else on the page to deselect it.

User Notes
Use Care -This PowerToy will wrap or insert the Null Link at your current insertion point, wherever it is located. Be sure that the location will make sense to your html markup.
Undo -You can reverse the PowerToy insertion by using the Dreamweaver Undo feature (Edit - Undo). This will restore your markup to the state prior to the PowerToy insertion.
