Custom Interactive buttons problem making them work

T

Ted D.

See http://support.microsoft.com/default.aspx?scid=kb;en-us;555010

I Printed out the above created a ibuttoncustom.xml put it in my
user\application data\microsoft\frontpage\buttons folder along with the
custom buttons that i created.

But I cannot get fp to see the new buttons what am I doing wrong

attach is the .xml file that I created
<?xml version="1.0"?>
<!--_lcid="1033" _version="5013"-->
<!--_LocalBinding -->
<!-- Interactive Button Configuration File -->
<ibuttons>
<ibutton>
<fp-btn>*TCC</fp-btn>
<name><!--_locID_text="name230" _locComment="{StringCat=TXT}"-->*TCC</name>
<title><!--_locID_text="title230" _locComment="{StringCat=TXT}"-->Button
Text</title>
<fp-font><!--_locID_text="fp-font230"
_locComment="{StringCat=TXT}"-->Tahoma</fp-font>
<fp-font-style><!--_locID_text="fp-font-style230"
_locComment="{StringCat=TXT}{ValidStrings=Regular,Italic,Bold,Bold
Italic}"-->Regular</fp-font-style>
<fp-font-size><!--_locID_text="fp-font-size230"
_locComment="{StringCat=TXT}"-->10</fp-font-size>
<fp-font-color-normal>#000000</fp-font-color-normal>
<fp-font-color-hover>#000000</fp-font-color-hover>
<fp-font-color-press>#000000</fp-font-color-press>
<fp-align-rect-normal>50,40,50,40</fp-align-rect-normal>
<fp-align-rect-hover>50,40,50,40</fp-align-rect-hover>
<fp-align-rect-press>50,40,50,40</fp-align-rect-press>
<fp-justify-horiz><!--_locID_text="fp-justify-horiz230"
_locComment="{StringCat=TXT}{ValidStrings=left,center,right}"-->center</fp-justify-horiz>
<fp-justify-vert><!--_locID_text="fp-justify-vert230"
_locComment="{StringCat=TXT}{ValidStrings=top,center,bottom}"-->center</fp-justify-vert>
<fp-direction><!--_locID_text="fp-direction230"
_locComment="{StringCat=TXT}{L=!1025,1037}{ValidStrings=none,rtl}"-->none</fp-direction>
<width>100</width>
<height>33</height>
<fp-img-hover>1</fp-img-hover>
<fp-img-press>1</fp-img-press>
<fp-preload>1</fp-preload>
<fp-transparent>0</fp-transparent>
<fp-proportional>1</fp-proportional>
<fp-bgcolor>#ffffff</fp-bgcolor>
<fp-text-antialias>all</fp-text-antialias>
<fp-rgba-img-normal>C:\Documents and Settings\Ted\Application
Data\Microsoft\FrontPage\Buttons\tcc1a.png<!-- INFO Unique normal state
filename and path --></fp-rgba-img-normal>
<fp-rgba-img-hover>C:\Documents and Settings\Ted\Application
Data\Microsoft\FrontPage\Buttons\tcc1b.png<!-- INFO Unique hover state
filename and path --></fp-rgba-img-hover>
<fp-rgba-img-press>C:\Documents and Settings\Ted\Application
Data\Microsoft\FrontPage\Buttons\tcc1c.png<!-- INFO Unique pressed state
filename and path --></fp-rgba-img-press>
<fp-rgb-img-normal>C:\Documents and Settings\Ted\Application
Data\Microsoft\FrontPage\Buttons\tcc1a.gif<!-- INFO Unique normal state
filename and path --></fp-rgb-img-normal>
<fp-rgb-img-hover>C:\Documents and Settings\Ted\Application
Data\Microsoft\FrontPage\Buttons\tcc1b.gif<!-- INFO Unique hover state
filename and path --></fp-rgb-img-hover>
<fp-rgb-img-press>C:\Documents and Settings\Ted\Application
Data\Microsoft\FrontPage\Buttons\tcc1c.gif<!-- INFO Unique pressed state
filename and path --></fp-rgb-img-press>
</ibutton>
</ibuttons>

Thank you for any help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top