Skip to main content
Participant
August 15, 2006
Question

editing after wizards

  • August 15, 2006
  • 1 reply
  • 207 views
After using the Insert Wizard for example, if I make a mistake and want to change from a text field to a menu list, do I have to start again from scratch with the wizard or is there a way to edit it. If not what is the best way to approach this.

Any advice would be great. Im using Dreamweaver 8.02 on a PC.
This topic has been closed for replies.

1 reply

Inspiring
August 16, 2006
Depends upon how comfortably you are editing code. Changing a text box to a
menu is simply. All you do is change

<input type="text" name="something">

to

<select name="something">
<option value="">name</option>
</select>

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"zazap" <webforumsuser@macromedia.com> wrote in message
news:ebt6k0$h4n$1@forums.macromedia.com...
> After using the Insert Wizard for example, if I make a mistake and want to
> change from a text field to a menu list, do I have to start again from
> scratch
> with the wizard or is there a way to edit it. If not what is the best way
> to
> approach this.
>
> Any advice would be great. Im using Dreamweaver 8.02 on a PC.
>