Adding a Button to a blank page

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

Guest

I am new to web page development and have been doing a
home tutorial to teach me FrontPage 2002. Is there a way
to add a single button to a blank page or can I only add
a 'button bar'?
 
Sure, just add your button image, then right click on image and select Hyperlink Properties and make your connection.


| I am new to web page development and have been doing a
| home tutorial to teach me FrontPage 2002. Is there a way
| to add a single button to a blank page or can I only add
| a 'button bar'?
 
-----Original Message-----
I am new to web page development and have been doing a
home tutorial to teach me FrontPage 2002. Is there a way
to add a single button to a blank page or can I only add
a 'button bar'?

1. Upgrade to FP2003.
2. Choose Interactive Button from the Insert menu.

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

<input type="button" Value="Button">

Change Value= to change the Button name visible in the page..

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
But you also will need to add the <form> </form> tags for it to work in NS 4 browsers.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Did I misunderstand the original question? Sounded like anon. just wanted to add a hyperbutton not a form or a bar nav...?


| Paste this in in html view:
|
| <input type="button" Value="Button">
|
| Change Value= to change the Button name visible in the page..
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed..................
| ..............................with a computer
|
| | > I am new to web page development and have been doing a
| > home tutorial to teach me FrontPage 2002. Is there a way
| > to add a single button to a blank page or can I only add
| > a 'button bar'?
|
|
 

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

Back
Top