Create Alt Text with Dreamweaver MX
- Insert the image (or click the right mouse button on a pre-existing image and select Properties).
- Type a meaningful text equivalent in the Alt box. (If an image is a bullet, type * or -)
- Press the Enter key
NOTE: If an image is purely decorative and conveys no information (for example, a line divider or graphic bullet), you need to edit the HTML code.
- Right-click the image and select Edit Tag Code <img>...
- Make sure the alt attribute is "empty"—2 quotation marks with no space (alt="")
Create a Long Description with Dreamweaver MX
- Create a new Web page that contains a detailed description of the complex illustration.
- Create a longdesc attribute.
- Click the Image with the right mouse button.
- Select Edit Tag <img>...
- Click SyleSheet/Accessibility.
- Next to the Long Description box, click the Browse... button.
- Find and select the HTML file you created that contains the long description.
- Click OK.
- Click OK again to close the dialog box.
- You may also want to provide a direct link to the description page.
- Place the cursor after the image.
- Type Graphic Description, or other appropriate link text.
- Select/highlight the text to be linked.
- Right-click and select Properties. The Properties pane appears at the bottom of the screen.
- In the Link box, type the location of the HTML file that contains the detailed description .
- Press the Enter key.
Create a "Jump to Content" Hyperlink with Dreamweaver MX
First, create a target at the beginning of the main content (after all the navigation links).
- From the Insert menu, select Named Anchor...
- Type an Anchor Name (for example, content) in the box provided.
- Click the OK button.
Then, create a hyperlink at the very top of your page that links to the anchor.
- Type Jump to Content, or Skip Navigation, at the top of the page (before any of the navigation links).
- Select/highlight the text you just typed.
- From the Insert menu, select Hyperlink.
- Choose the anchor you created from the Link drop down list.
Create Proportional Widths in Dreamweaver MX
To define table width by a percentage:
- From the Insert menu, select Table.
- Make sure the Width: box is set to Percent rather than Pixels.
- Type the percentage number (65, 98, 100, etc.) in the Width box.
- Click the OK button.
To define table width by a percentage:
- Select a cell, column, row, or table.
- Right-click and select Properties. The Properties pane appears at the bottom of the screen.
- To set percentages for the whole table, type the percentage in the W and H boxes.
- To set percentages for specific cells, type the percentage in the Horz and Vert boxes.
- Press Enter.
Add a Form Label with Dreamweaver MX
- From the Insert menu, select Form Objects, then Label. This opens the HTML code window.
- The code for the label should be highlighted (you may need to scroll to find it).
- Type the label between the <label> tags.