drop down nenu button

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

Guest

Where do I find the Drop down button in FP 2003
(e-mail address removed)
 
Insert > Form > Drop Down Box.
However if you're looking for just the drop down arrow paste this in the
page in Code view:

<select>
<option value="" >name1</option>
<option value="" >name2</option>
<option value="" >name3</option>
</select>

Add "options" and change the visible name1 etc as desired.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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