Getting FrontPage right the first time

Whilst FrontPage does not specifically help with some accessibility issues, the following techniques can be implemented to make your web page more accessible.

How

They can be easily implemented through text size, page formatting, colour choice, and other options outlined below.

 

Altering Font Size

  1. Highlight the desired text.  
  2. Select Font from the Format menu.  
  3. Select the desired font, after the Font dialog box appears.
  4. Choose the OK button.

Altering Font Colour

Selecting a colour combination requires careful testing of colour contrast. Upon selecting the colour and noting the colour numbers:

  1. Select the highlighted text.
  2. Select Font from the Format menu.
  3. From the Color drop-down list in the Font dialog box, select More Colors
  4. Choose Custom, and select your colour of choice.
  5. Choose the OK button.

Creating Accessible Links

Refer to Use of text for links – Getting Word Documents Right the First Time.

 

Create Alt Text for Images

  1. Insert the image.
  2. Select the image.
  3. Select Properties from the Format menu. 
  4. Select the General tab in the Picture Properties dialog box. 
  5. In the Text box, type a meaningful text equivalent.
  6. Choose the OK button.

Create a Long Description

1.Create a new web page that contains a detailed description of the image.

2.Create a longdesc attribute by:

 

Code Example:

<IMG SRC="graph.gif" LONGDESC=”descrip.html” ALT=”description of graph">

 

 

3.Provide a direct link to the description page by:

Create Table Header Rows or Columns

  1. Create the table.
  2. Select the row or column for the heading.
  3. From the Table menu, select Table Properties >> Cell.
  4. Select Header Cell.
  5. Choose the OK button.

Create a Bulleted or Numbered List

  1. Select the text.
  2. From the Format menu, select Bullets and Numbering.

Note: Ensure you provide a period or blank line between items.

Create a Frame Title

1.Select the HTML tab at the bottom left corner of the screen.
2.Within the code for the first frame, add: TITLE=”your text”

Code Example:

<frame title=“main contents” name="main" src="toc.htm" TARGET="_top">

 

3. Repeat step 2 for each additional frame.