Getting websites right the first time with Dreamweaver - Details

[How?]

[Turning on Accessibility Preferences]

[Adding an accessible Image]

[Adding a web accessible Table]

[Adding Labels to your Forms]

[Making accessible Media Objects]

[Making Frames accessible ]

How?

Dreamweaver MX allows you to set preferences to remind you to follow Section 508 federal accessibility standards, as you insert images, tables, forms and other media.

[return to index]

Turning on Accessibility Preferences

Add screen grab here ...

Adding an accessible Image

Add screen grab here

Note: If the image was primarily for page design (e.g. a header or footer image), ignore the Alternate Text: text box and simply choose OK . Later select the image on the page itself, then the pop-up menu next to Alt and select <empty> in the Properties Inspector. Quotation marks will be placed next to the Alt tag in the code (e.g. alt=" "), which will cause the screen reader to ignore the image.

[return to index]

Adding a web accessible Table

Note: Next to Width , ensure you select Percent from the drop-down box for units.

Note: If the table you are inserting is not a data table, do not select any of the accessibility options, as non-data tables do not need these additional accessibility features.

[return to index]

Adding Labels to your Forms

Labels associate the label text with the form object through HTML. If the labels are identified in the HTML, a screen reader will read the text label identified with the form object, regardless of where the label is placed visually on the web page. While it's also important to pay attention to the visual layout of labels, identifying labels within the HTML can make pages much easier for people to use with screen readers and other assistive technologies.

Add screen grab here

Note: This method allows the form label to be moved to another position within the page and is most compatible with existing screen readers .

[return to index]

Making accessible Media Objects

[return to index]

Making Frames accessible

Due to accessibility problems that arise from their use, it is recommended that you limit the use of frames in web pages.

However, if you feel it is absolutely necessary to use Frames:

Add screen grab here

[return to index]