interactive button will not change colors frontpage 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create an interactive button with a dark gray shade as the
background to the text. I select the green corporate button as the starting
point. The background of the page is the correct shade of gray. I save the
file as a jpeg ,
hoping that the button will assume the gray color. I get the green button.
Is there no way to get a different color of button other than the paltry
selection that is presented in the interactive button box? Thank you
 
Interactive buttons aren't as customizable as you sometimes might like.

Have you considered using styles like

<style>
..btn {color: #ff0000; text-decoration: none; border: 3px double #000000;
padding: 2px; background-color: #eeeeee}
..btn:hover {color:#009900;}
</style>

and ordinary hyperlinks like:

<a class="btn" href="http://127.0.0.1/">Click Me</a>

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
o--> Microsoft Visual Web Developer 2005 Express Edition: Build a Web Site
Now!
o--> Microsoft Office FrontPage 2003 Inside Out
o--> Microsoft Windows SharePoint Services Inside Out
o--> Faster Smarter Beginning Programming
 
Or http://support.microsoft.com/default.aspx?scid=kb;en-us;555010

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| See http://sbrenjoy.bizland.com/frontpage/buttons/interactive.htm
| for information on making your own buttons.
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support: http://www.frontpagemvps.com/
|
|
| | > I am trying to create an interactive button with a dark gray shade
| as the
| > background to the text. I select the green corporate button as the
| starting
| > point. The background of the page is the correct shade of gray. I
| save the
| > file as a jpeg ,
| > hoping that the button will assume the gray color. I get the green
| button.
| > Is there no way to get a different color of button other than the
| paltry
| > selection that is presented in the interactive button box? Thank you
|
|
 
Back
Top