Create Alt Text with Microsoft FrontPage 2000
To create alt text:
- Insert the image (or click the right mouse button on a pre-existing image and select Picture Properties...)
- Type a meaningful text equivalent in the Text box, under Alternative representations on the General tab. (If an image is a bullet, type * or -)
- 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.
- Click (select) the image.
- Click the HTML tab in the bottom left corner of the screen to open the Front Page HTML editor. The HTML code for the image should be highlighted.
- Make sure the alt attribute is "empty"—2 quotation marks with no space (alt="")
Create a Long Description with Microsoft FrontPage 2000
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 Microsoft FrontPage is to edit the HTML code.
- Click (select) the image.
- Click the HTML tab in the bottom left corner of the screen to open the Front Page HTML editor. The HTML code for the image should be highlighted.
- 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 Graphic Description, or other appropriate link text.
- Select/highlight the text you just typed.
- From the Insert menu, select Hyperlink...
- Locate, or type, the name of the .html file that contains the long description in the URL box.
- Click the OK button.
Create a "Jump to Content" Hyperlink with Microsoft FrontPage 2000
First, create a bookmark at the beginning of the main content (after all the navigation links).
- From the Insert menu, select Bookmark...
- Type a Bookmark 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 bookmark.
- 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...
- From the Bookmark: drop-down list (in the Optional section at the bottom of the window), select the bookmark you created in the previous instructions (for example, content). DO NOT type a URL.
- Click the OK button.
Create Proportional Widths in Microsoft FrontPage 2000
To define table width by a percentage:
- From the Table menu, select Insert and then Table...
- Make sure the box in front of Specify width: is checked.
- Type the percentage number (65, 98, 100, etc.) in the Specify width: box.
- Make sure the In percent button is selected.
- Click the OK button.