-----Original Message-----
If you mean the |<, <, >, and >| buttons, I believe the
only way of doing this is to directly modify the code that
FrontPage generates. For example, you could change:
<INPUT TYPE=Button VALUE=" |< ">
<INPUT TYPE=Button VALUE=" < ">
<INPUT TYPE=Button VALUE=" > ">
<INPUT TYPE=Button VALUE=" >| ">
to
<INPUT TYPE=Button VALUE=" 12 ">
<INPUT TYPE=Button VALUE=" 34 ">
<INPUT TYPE=Button VALUE=" 56 ">
<INPUT TYPE=Button VALUE=" 78 ">
Of course, if you rerun the wizard, any such changes will
be lost. (I can't imagine why you'd want to do this
anyway, but oh well.)
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)
|/---------------------------------------------------
*----------------------------------------------------
.
Thanks for the response.