PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Text to Buttons
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Text to Buttons
![]() |
Text to Buttons |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I set up text hyperlinks in the navigation bar section of a predesigned
template. Can I change the text to buttons? How do I do it? Thanks! Greg |
|
|
|
#2 |
|
Guest
Posts: n/a
|
The really basic HTML for buttons based on pictures is
<a href="file_linking_to.htm"><img border="0" src="button.gif"></a> You just also insert the picture, right click and put the link in Picture Properties. You could also use Front Page Insert>Component>Hover Button >-----Original Message----- >I set up text hyperlinks in the navigation bar section of a predesigned >template. Can I change the text to buttons? How do I do it? > >Thanks! > >Greg > > > >. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
That worked great with FP and the Hoover button. Thanks a bunch!
Greg <anonymous@discussions.microsoft.com> wrote in message news:2cff501c469ec$9baa8ae0$a401280a@phx.gbl... The really basic HTML for buttons based on pictures is <a href="file_linking_to.htm"><img border="0" src="button.gif"></a> You just also insert the picture, right click and put the link in Picture Properties. You could also use Front Page Insert>Component>Hover Button >-----Original Message----- >I set up text hyperlinks in the navigation bar section of a predesigned >template. Can I change the text to buttons? How do I do it? > >Thanks! > >Greg > > > >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
The FP Hover button is not a good choice since many users of Windows XP and IE 6, NS 6 do not have
the ability to via Java Applets, and in the case where the applet provide navigation, the users of the site will not be able to navigation the site. -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "Greg" <antispammed@nomail.com> wrote in message news:OBxq3DfaEHA.2844@TK2MSFTNGP12.phx.gbl... > That worked great with FP and the Hoover button. Thanks a bunch! > > Greg > > <anonymous@discussions.microsoft.com> wrote in message > news:2cff501c469ec$9baa8ae0$a401280a@phx.gbl... > The really basic HTML for buttons based on pictures is > > <a href="file_linking_to.htm"><img border="0" > src="button.gif"></a> > > You just also insert the picture, right click and put the > link in Picture Properties. > > You could also use Front Page Insert>Component>Hover Button > > > > >-----Original Message----- > >I set up text hyperlinks in the navigation bar section of > a predesigned > >template. Can I change the text to buttons? How do I do > it? > > > >Thanks! > > > >Greg > > > > > > > >. > > > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
insert the images/buttons and link from them
do you mean buttons as in the form field "button" or do you mean rollover images, normal images, hover buttons or interactive buttons (fp2003).? "Greg" <antispammed@nomail.com> wrote in message news:eOCpxmeaEHA.3524@TK2MSFTNGP12.phx.gbl... > I set up text hyperlinks in the navigation bar section of a predesigned > template. Can I change the text to buttons? How do I do it? > > Thanks! > > Greg > > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
so, provide text links as back-up navigation.
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:%23KRS2IfaEHA.4048@TK2MSFTNGP10.phx.gbl... > The FP Hover button is not a good choice since many users of Windows XP and IE 6, NS 6 do not have > the ability to via Java Applets, and in the case where the applet provide navigation, the users of > the site will not be able to navigation the site. > > -- > ============================================== > Thomas A. Rowe (Microsoft MVP - FrontPage) > WEBMASTER Resources(tm) > http://www.ycoln-resources.com > FrontPage Resources, WebCircle, MS KB Quick Links, etc. > ============================================== > To assist you in getting the best answers for FrontPage support see: > http://www.net-sites.com/sitebuilder/newsgroups.asp > > "Greg" <antispammed@nomail.com> wrote in message news:OBxq3DfaEHA.2844@TK2MSFTNGP12.phx.gbl... > > That worked great with FP and the Hoover button. Thanks a bunch! > > > > Greg > > > > <anonymous@discussions.microsoft.com> wrote in message > > news:2cff501c469ec$9baa8ae0$a401280a@phx.gbl... > > The really basic HTML for buttons based on pictures is > > > > <a href="file_linking_to.htm"><img border="0" > > src="button.gif"></a> > > > > You just also insert the picture, right click and put the > > link in Picture Properties. > > > > You could also use Front Page Insert>Component>Hover Button > > > > > > > > >-----Original Message----- > > >I set up text hyperlinks in the navigation bar section of > > a predesigned > > >template. Can I change the text to buttons? How do I do > > it? > > > > > >Thanks! > > > > > >Greg > > > > > > > > > > > >. > > > > > > > > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Yes. As in something that you click on. hoover, etc. I have FP2000, about
to have FP2003 in a day or so, I did the component route and the form route. Maybe because I'm using a template it's only allowing me to use linked text. This is day two - so who knows.... Greg "Andrew Murray" <SPAMadBUSTERmurray@iinet.net.au> wrote in message news:40f5b92d$0$1288$5a62ac22@per-qv1-newsreader-01.iinet.net.au... insert the images/buttons and link from them do you mean buttons as in the form field "button" or do you mean rollover images, normal images, hover buttons or interactive buttons (fp2003).? "Greg" <antispammed@nomail.com> wrote in message news:eOCpxmeaEHA.3524@TK2MSFTNGP12.phx.gbl... > I set up text hyperlinks in the navigation bar section of a predesigned > template. Can I change the text to buttons? How do I do it? > > Thanks! > > Greg > > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
I don't know about you, but if I hit a site and the navigation doesn't work, I don't spent time
looking for other means of navigation, I just move on to another web site. So instead of have to build a duplicate navigation structure, it would be better to just have a single working navigation structure that will work for all users to begin with. -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "Andrew Murray" <SPAMadBUSTERmurray@iinet.net.au> wrote in message news:40f5b95d$0$1288$5a62ac22@per-qv1-newsreader-01.iinet.net.au... > so, provide text links as back-up navigation. > > "Thomas A. Rowe" <tarowe@mvps.org> wrote in message > news:%23KRS2IfaEHA.4048@TK2MSFTNGP10.phx.gbl... > > The FP Hover button is not a good choice since many users of Windows XP and IE > 6, NS 6 do not have > > the ability to via Java Applets, and in the case where the applet provide > navigation, the users of > > the site will not be able to navigation the site. > > > > -- > > ============================================== > > Thomas A. Rowe (Microsoft MVP - FrontPage) > > WEBMASTER Resources(tm) > > http://www.ycoln-resources.com > > FrontPage Resources, WebCircle, MS KB Quick Links, etc. > > ============================================== > > To assist you in getting the best answers for FrontPage support see: > > http://www.net-sites.com/sitebuilder/newsgroups.asp > > > > "Greg" <antispammed@nomail.com> wrote in message > news:OBxq3DfaEHA.2844@TK2MSFTNGP12.phx.gbl... > > > That worked great with FP and the Hoover button. Thanks a bunch! > > > > > > Greg > > > > > > <anonymous@discussions.microsoft.com> wrote in message > > > news:2cff501c469ec$9baa8ae0$a401280a@phx.gbl... > > > The really basic HTML for buttons based on pictures is > > > > > > <a href="file_linking_to.htm"><img border="0" > > > src="button.gif"></a> > > > > > > You just also insert the picture, right click and put the > > > link in Picture Properties. > > > > > > You could also use Front Page Insert>Component>Hover Button > > > > > > > > > > > > >-----Original Message----- > > > >I set up text hyperlinks in the navigation bar section of > > > a predesigned > > > >template. Can I change the text to buttons? How do I do > > > it? > > > > > > > >Thanks! > > > > > > > >Greg > > > > > > > > > > > > > > > >. > > > > > > > > > > > > > > > > |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Is this a theme? If so, click in navigation bar, select style from dialog box.
"Greg" wrote: > I set up text hyperlinks in the navigation bar section of a predesigned > template. Can I change the text to buttons? How do I do it? > > Thanks! > > Greg > > > > |
|
|
|
#10 |
|
Guest
Posts: n/a
|
Thanks, I'll try that.
Greg "wp" <wp@discussions.microsoft.com> wrote in message news:49B81862-66C4-4669-A679-62CE3277EBDF@microsoft.com... Is this a theme? If so, click in navigation bar, select style from dialog box. "Greg" wrote: > I set up text hyperlinks in the navigation bar section of a predesigned > template. Can I change the text to buttons? How do I do it? > > Thanks! > > Greg > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

