Interactive buttons

  • Thread starter Thread starter Denny
  • Start date Start date
D

Denny

I found the file of buttons in C:/Program
Files/Office/Templates/Buttons but unsure of how to get
them to the Interactive Button scrolling menu in the
insert/component. We appreciate the help.

Thanks.
 
-----Original Message-----
I found the file of buttons in C:/Program
Files/Office/Templates/Buttons but unsure of how to get
them to the Interactive Button scrolling menu in the
insert/component. We appreciate the help.

There's no supported way to do this. However, if you feel
adventuresome, here's the general approach:

For each custom picture you want to use, you need to add
six pictures to the following folder:

C:\Program Files\Microsoft Office\Templates\BUTTONS

The six pictures are GIF and PNG versions of the button
in three states: normal, hover, and clicked.

Once the six pictures are in place, you must modify an
XML file at

C:\Program Files\Microsoft Office\Templates\1033\Buttons11
\IBUTTON.XML

Open this file in any text editor, copy and paste an
existing <ibutton> ... </ibutton> block, and then modify
the pasted block so it refers to your six new pictures.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*========----------
|\=========------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=========------------
*========----------
 
Back
Top