Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

editing after wizards

New Here ,
Aug 15, 2006 Aug 15, 2006
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.
TOPICS
Server side applications
209
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 15, 2006 Aug 15, 2006
LATEST
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.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines