ID: Q192430
The information in this article applies to:
If you select an image that you inserted as a form field rather than as an image, the Image toolbar does not activate.
The Image toolbar is not activated when you insert an image as an <INPUT> element (form field) rather than an <IMG> element (image).
If you want to use the image in a form field, you can work around this behavior by following these steps:
1. Insert the image in the form by clicking Image on the Insert menu.
2. Make the changes you want to the image using the Image toolbar.
3. Click the HTML tab at the bottom of the FrontPage Editor window.
4. Replace the <IMG> tag with the <INPUT> tag and add the TYPE="image" attribute to the tag. For example, change this code
<IMG src="example.gif" width="100" height="97" alt="example.gif">
to this:
<INPUT src="example.gif" width="100" height="97" alt="example.gif"
type="image">
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Keywords : fpedit
Version : WINDOWS:98
Platform : WINDOWS
Hardware : x86
Issue type : kbbug
Solution Type : kbpending
Last Reviewed: July 1, 1999