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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T18:17:16+00:00 2026-06-16T18:17:16+00:00

I am having basic problem with my application in Internet Explorer. In all other

  • 0

I am having basic problem with my application in Internet Explorer. In all other major browsers Chrome, Safari, opera and Firefox, I have not got this layout problem in other major browsers but in internet explorer I do.

Open Application (Internet Explorer)

Problem

How come the last table column is displayed underneath and not next to the last table column? Below is the code:

$outputform.=" 
<form action='QandATable.php' method='post' id='sessionForm'>
<table>
<tr>
<th>9: Room and Building:</th>
<th>Building: {$buildingHTML}</th>
<th>Room: {$roomHTML}</th>
</tr>
</table>

</form>
";

echo $outputform;
  • 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-16T18:17:18+00:00Added an answer on June 16, 2026 at 6:17 pm

    IE don’t like HTML error’s, in you case you have a closed form tag inside a th tag:

    <form action='QandATable.php' method='post' id='sessionForm'>
    <table>
    <tr>
    <th>9: Room and Building:</th>
    <th>Building: <select name="buildings" id="buildingsDrop" onchange="getRooms();">
    <option value="">Please Select</option>
    <option value='Canalside East'>Canalside East</option>
    <option value='Canalside West'>Canalside West</option>
    </select></form></th>
    <th>Room: <select name="rooms" id="roomsDrop">
    <option value="">Please Select</option>
    </select></th>
    </tr>
    </table>
    
    </form>
    

    I am talking about this tag:

    </select></form></th>
    

    Table will be fine after excess form tag is removed. I have tested it with your HTMl source.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having a major problem with my iPhone app. My problem seems basic
I'm having problem with ODBC and an application written with Visual Basic 6 (so
I have a problem where I have a fairly basic crud application website. I'm
so here is another basic problem i'm having...my application crashes as i try to
I have written a small application in Visual Basic (but the problem I am
I'm having a really basic problem with NSString stringWithFormat. I want to take the
I'm having some trouble with basic navigation between views. I have a tabBarController with
I'm having an issue while developing a basic Rails application. I've implemented Twitter Bootstrap
We have a function used within our PHP/MySQL application which returns basic configuration information,
I was having a problem with continuous redirect for my application that is basically

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.