FP2000: Add Button Unavailable After Adding 9th Image (Banner Ad)
ID: Q205768
|
The information in this article applies to:
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).
RESOLUTION
To add more than nine images to the Images To Display list, follow these
steps:
- Open your page in FrontPage.
- Click the HTML tab at the bottom of the FrontPage window.
- Copy the HTML code that begins with the following line:
<applet code="fprotate.class" codebase="_fpclass"
and ends with this tag
</applet>
- Click the Normal tab at the bottom of the FrontPage window.
- On the Insert menu, click Advanced.
- Click HTML.
- Press CTRL+V to paste the HTML code inside the HTML Markup To Insert
box.
- 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.
- Click OK.
MORE INFORMATION
Additional query words:
fpclass applet 9 images display active element front page
Keywords : kbdta fpedit fpactive
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb