Enter a query to search our site. Note that you can use "*" and "?" as wildcards. Enclosing more than one word in double quotes ("CSS Layout") will search for the exact phrase.

Project Seven dot com
Search
 

PVII PowerToys

Add to Cart - $18

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

The Make Null Link menu flyout

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.

New Null Link with cursor at link text entry point

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

The make Null Link menu flyout

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.

Newly created Null Link in Design View

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.

Add to Cart - $18

See More PowerToys Features