com. Dreamweaver does not check
to ensure that you??™ve entered the address in the proper format.
5. Click OK when you??™re finished.
CAUTION CAUTION
347
Establishing Web Links 10
If you already have the text for the email link in the document, you can use the Property
inspector to insert an email link. Just highlight the text, and in the Link field of the Property
inspector, enter the URL in the following format:
mailto:name@company.com
Make sure that the URL is a valid email address with the @ sign properly placed.
Navigating with Anchors
Whenever you normally link to an HTML page, through absolute or relative addressing, the browser displays
the page from the top. Your Web visitors must scroll to any information rendered below the current
screen. One HTML technique, however, links to a specific point anywhere on the page regardless of the display
window??™s contents. This technique uses named anchors. A named anchor is simply an HTML anchor tag
pair (
...) that includes a name attribute. The named anchor serves as a target for links, allowing
links to the middle of a page, or wherever the named anchor is located within the document.
Using named anchors is a two-step process. First, you place a named anchor somewhere on your Web page.
Pages:
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709