FP98: Add Button Not Available After Adding Ninth Image to Banner Ad Manager (185113)



The information in this article applies to:

  • Microsoft FrontPage 98 for Windows

This article was previously published under Q185113

SYMPTOMS

After you add the ninth image to the Images To Display list in the Banner Ad Manager Properties dialog box, the Add button becomes unavailable (dimmed).

CAUSE

The Banner Ad Manager is designed to add nine images to the Images To Display list.

WORKAROUND

To add more than nine images to the Images To Display list, follow these steps:
  1. Open your page in FrontPage Editor.
  2. Click the HTML tab at the bottom of the FrontPage Editor window.
  3. Copy the HTML code that begins with this line
          <applet code="fprotate.class" codebase="_fpclass"
    						
    and ends with this tag
          </applet>
    						
  4. Click the Normal tab at the bottom of the FrontPage Editor window.
  5. On the Insert menu, click FrontPage Component.
  6. Double-click Insert HTML.
  7. Press CTRL+V to paste the HTML code inside the HTML Markup To Insert box.
  8. Click before the </applet> tag, add a new image to the list. For example, add the following code
          <param name="image10" value="<image10.gif>" valuetype="ref">
    						
    where image10 represents the new image in the set and <image10.gif> represents the file name of the image you want to add.

    NOTE: Increment the image10 parameter for each additional image you add to the list.
  9. Click OK.

Modification Type:MajorLast Reviewed:12/1/2000
Keywords:kbprb KB185113