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 920913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:47:36+00:00 2026-05-15T18:47:36+00:00

A lot of newer sites have neat-o sign up forms. I do c++/java dev,

  • 0

A lot of newer sites have neat-o sign up forms. I do c++/java dev, and am getting in to web dev, css is a bit of a mystery to me yet.

If I wanted to create a page like twitter.com/signup, I know I can use firefox and try to copy the layout using firebug. This is going to take a bit of time to get through though.

Is there any how-to resource for us novices which walks us through creating those nice signup pages? They all look pretty similar nowadays (centered page, big text input fields etc).

I realize this is a bit general, just looking for a good starting place,

Thanks

  • 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-15T18:47:37+00:00Added an answer on May 15, 2026 at 6:47 pm

    it’s all done via CSS, really simple actually.

    you’ll really want to look at some CSS resources as well as the source code of some pages that you like.

    http://www.w3schools.com/css/default.asp
    http://www.cssbasics.com/
    http://csslearn.com/

    Example:

    Twitter is using class="text_field" on the inputs

    <input autocomplete="off" class="text_field" id="user_name" maxlength="20" name="user[name]" size="20" tabindex="1" type="text" />
    

    And the css is

    input.text_field{
        border:1px solid #ddd;
        font-size:14px;
        padding:8px;
        width:200px;
        margin:0;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A lot of these pages are like mini applications that have their own CSS
A lot of times I'll have a breaking test. So I'll go to the
A lot of JavaScript libraries have user interface widgets. Usually they are created after
I have been hearing a lot about the advantages of using a version control
I want to combine pagination with filtering. Since I have a lot of filters
I'm new to ASP.NET, but I've seen a lot of tutorials and even have
In other sites I've worked on, I have been able to easily generate search
NoSQL databases & particularly Cassandra have created a lot of buzz with their high
Possible Duplicate: Why minify assets and not the markup? I have seen a lot
I see a lot of sites referring to git, github, svn, subversion etc, but

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.