Create Alt Text with Netscape Composer
| Netscape Composer and the Netscape browser (versions previous to 6) do not support many accessibility features. As a result, we recommend that you use another web editor (for example, Microsoft FrontPage 2000) or, even better, learn a little bit of HTML. |
|
To create alt text:
- Insert the image (or click the right mouse button on a pre-existing image and select Image Properties...).
- Click the Alt .Text/LowRes... button.
- Type a meaningful text equivalent in the Alternate text box. (If an image is a bullet, type * or -)
- Click the OK button.
- Click the OK button.
Note: If an image is purely decorative and conveys no information (for example, a line divider or spacer graphic), edit the HTML code directly.
- Select the Tools menu, then HTML Tools, then Edit HTML Source... to open the Composer HTML editor.
- Find the file name for your image. It should look something like this: <img SRC="myfolder/mypicture.jpg>.
- Make sure the alt attribute is "empty"—2 quotation marks with no space (ALT="")
Create a Long Description with Netscape Composer
| Netscape Composer and the Netscape browser (versions previous to 6) do not support many accessibility features. As a result, we recommend that you use another web editor (for example, Microsoft FrontPage 2000) or, even better, learn a little bit of HTML. |
|
First, create a new Web page that contains a detailed description of the complex illustration.
Then, create a longdesc attribute. The best way to create a longdesc attribute in Netscape Composer is to edit the HTML code.
- Select the Tools menu, then HTML Tools, then Edit HTML Source... to open the Composer HTML editor.
- Find the file name for the image that needs a long description. It should look something like this: <img SRC="myfolder/mypicture.jpg>
- Add the longdesc attribute to the <img> tag. This indicates to screen reader users that a separate Web page provides a detailed description of the image's content. For example:
|
<IMG SRC="graph.gif" LONGDESC="descrip.html" ALT="Change in enrollment graph.">
|
|
You may also want to provide a direct link to the description page.
- Place the cursor after the image.
- Type Graph Description, [D], or other appropriate link text.
- Select/highlight the text you just typed.
- Click the Link button.
- Locate, or type, the name of the .html file that contains the long description in the Link to a page location or local file: box.
- Click the OK button.
Create a "Jump to Content" Hyperlink with Netscape Composer
| Netscape Composer and the Netscape browser (versions previous to 6) do not support many accessibility features. As a result, we recommend that you use another web editor (for example, Microsoft FrontPage 2000) or, even better, learn a little bit of HTML. |
|
First, create a target at the beginning of the main content (after all the navigation links).
- From the Insert menu, select Target...
- Type a Target 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 that target.
- 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 Link...
- In the Select a named target in the current page (optional) box, select the target you created in the previous instructions (for example, content).
- Make sure the Current Page button is selected.
- Click the OK button.
Create Proportional Widths in Netscape Composer
| Netscape Composer and the Netscape browser (versions previous to 6) do not support many accessibility features. As a result, we recommend that you use another web editor (for example, Microsoft FrontPage 2000) or, even better, learn a little bit of HTML. |
|
To define table width by a percentage:
- From the Insert menu, select Table and then Table...
(or click the right mouse button on an existing table, then select Table Properties...)
- Make sure the Table width: box is checked.
- Type the percentage number (65, 98, 100, etc.).
- Make sure % of window is selected from the drop-down menu.
- Click the OK button.