Creating Web Pages

Preparation

Customizing HTML
Web Resources
Generating HTML
Web Resources (page 3)
To add a link to the file, select the file in Web Resources and enter a URL into the Link field. Whenever you drag this file from Web Resources into your document, it will use this link in the HTML output.
To add a script to the link, enter it into the Script field. A common script is “target="_blank"”, which forces the linked URL to open in a new browser window.

Wherever this image appears in the web pages generated by this document, clicking on it will open a new browser window and go to the stone.com site.
To provide alternate text for an image, enter the text into the Alt Text field. When you drag this file from Web Resources into your document, the Alt Text field in the Web Info pane will be set to this value.
    Note: You should always provide alternative text for your graphics. In fact, in the HTML 4.0 specification the Alt attribute is required for all images.
Web Resources