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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:34:09+00:00 2026-06-09T19:34:09+00:00

I am trying to create a single web page that will display easily on

  • 0

I am trying to create a single web page that will display easily on a mobile device, but I am having trouble and was hoping someone could point me in the correct direction. Please understand that I am new to programming and am learning as I go.

Unfortunately I can not figure out hot to show my code here, but here is a link to the page in question:

Form for mobile devices

Does anyone see anything that would prevent my form from showing up on a smaller screen without having to use scroll bars?

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-06-09T19:34:10+00:00Added an answer on June 9, 2026 at 7:34 pm

    I recommend you drop the fixed-width table layout for your form and use a natual flowing layout instead. Here is an example of the first couple of fields:

    <form name="contactinfo" method="post" action="process.php" onsubmit="return validateForm();">
        <fieldset>
            <legend>Application Request Form</legend>
            <div>
                <label for="name">Full Name</label><br>
                <input type="text" name="name" id="name">
            </div>
            <div>
                <label for="email">E-Mail</label><br>
                <input type="email" name="email" id="email">
            </div>
            ...
        </fieldset>
    </form>
    

    This will immediately help the layout adjust to different devices and it is also better mark-up for the form.

    Other recommendations:

    • Put all your styles in CSS.
    • Move your JavaScript to the bottom of the page (i.e. the validation function)
    • Consider whether you really need a reset button? What’s the use case for it?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create buttons that play single sound files and one button
I'm trying to create a small web app that is used to remove items
I'm trying to create a page that displays a list of employees. All the
I'm trying to create an application with pygtk that opens a subwindow, but I'm
I am trying to create a table with a single column using the following
Trying to create a black line in my view to separate text blocks but
Trying to create a new Dedicated Cache Role in Windows Azure but get the
I'm trying to have a single large UIView (for example a web view) which
I'm trying to develop an agent/client that will listen to HTTP requests on a
I'm trying to write an application server using Happstack, Heist, and web-routes, but am

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.