Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6350855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:53:26+00:00 2026-05-24T21:53:26+00:00

I am new to web development and I have been taking a class through

  • 0

I am new to web development and I have been taking a class through Lynda.com on how to use Dreamweaver CS5. I try to spend most of my time hand coding and use the Dreamweaver tutorial as an intro to HTML. However, I have noticed that when I do use Dreamweaver to enter certain elements in, such as forms, it uses the “name” attribute and not the “id” attribute. From what I have learned, “name” has been abandoned in favor of “id”. Is this the case for all tags, such as forms? If so, how can I set Dreamweaver to use “id” in this case, instead of “name”?

Please forgive me if this has already been answered. I searched for it, and did not come across it, but since I am new to Stackoverflow, it might just be that I didnt search correctly.

Thanks so much!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T21:53:28+00:00Added an answer on May 24, 2026 at 9:53 pm

    In this case, Dreamweaver is correct. For a server-side programming language to process the form data (as POST or GET data), each form element must have a name=”” attribute set.

    You can still manually type id=”” in the HTML if you need it, but Dreamweaver autogenerating name attributes for form elements is very sensical if the form is to be used.

    HTML

    <input type="text" name="message1" id="styleme" value="Hey there!" />
    

    CSS

    #styleme { font-size: 18px; }
    

    PHP

    <?php echo $_POST['message1']; ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to web development and have been building my websites in Visual
I'm new to PHP and web development in general, but have been a programmer
I am quite new to web development, and recently, I have been wondering if
I am very new to Web development, and have been writing some javascript that
I'm pretty new to web development. Lately I have been making a site using
I am new to web development, I have to create a web application in
I am new to web development. I have 2 .aspx files and in default
I am relatively new to web development and learning all the time. I have
I am looking at taking on a new web development project and the customer
I'm new to web-development in ASP, and I'm experiencing a problem where I try

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.