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

  • Home
  • SEARCH
  • 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 1032965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:09:42+00:00 2026-05-16T14:09:42+00:00

So here is a simple page I’ve stripped down to the bare minimum. Looks

  • 0

So here is a simple page I’ve stripped down to the bare minimum. Looks great in FF, but I can’t get it to display the same way in IE. I have tried every configuration possible (I think). Maybe someone could tell me what I’m doing wrong. Could it be the layout? Thx.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>work page</title>
<style type="text/css">
<!--
/* --- --- */
#wrapper {
    width:731px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}
/* --- --- */
#wholepage {
    width: 674px;
    display: inline-table;
    margin-left: 28px;
}
#prefmatchbox {
    width: 600px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.titlecenter {
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    border: 2px outset #333333;
    display: inline-table;
}
.box {

}
.left {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-table;
    width: 200px;
    margin-left: 25px;
}
.center {
    text-transform: capitalize;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    display: inline-table;
    width: 150px;
}
.right {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-table;
    width: 200px;
}

-->
</style>
</head>
<body>
<div id="wrapper">
  <div id="wholepage">
    <div id="prefmatchbox">
      <div class="titlecenter">food</div>
      <div class="box">
        <div class="left">peaches<br />
        </div>
        <div class="center">fruit</div>
        <div class="right">plums<br />
        </div>
      </div>
      <div class="box">
        <div class="left">lettuce<br />
        </div>
        <div class="center">vege's</div>
        <div class="right">carrots<br />
        </div>
      </div>
      <div class="box">
        <div class="left">wheat<br />
        </div>
        <div class="center">bread</div>
        <div class="right">white<br />
        </div>
      </div>
      <div class="box">
        <div class="left">gum drops<br />
        </div>
        <div class="center">candy</div>
        <div class="right">chocolate<br />
        </div>
      </div>
      <div class="box">
        <div class="left">water<br />
        </div>
        <div class="center">drink</div>
        <div class="right">juice<br />
        </div>
      </div>
      <div class="titlecenter">plants</div>
      <div class="box">
        <div class="left">weed grass<br />
        </div>
        <div class="center">weeds</div>
        <div class="right">some other weed<br />
        </div>
      </div>
      <div class="box">
        <div class="left">maple<br />
        </div>
        <div class="center">tress</div>
        <div class="right">fir<br />
        </div>
      </div>
      <div class="box">
        <div class="left">Rose bud<br />
          flourance<br />
          galaxy bloom<br />
        </div>
        <div class="center">flowers</div>
        <div class="right">blah<br />
          Rose<br />
          Humperdinkle<br />
          greedy lane<br />
        </div>
      </div>
      <div class="titlecenter">cars</div>
      <div class="box">
        <div class="left">porsche<br />
        </div>
        <div class="center">fast</div>
        <div class="right">lamborghini<br />
        </div>
      </div>
      <div class="box">
        <div class="left">explorer<br />
        </div>
        <div class="center">big</div>
        <div class="right">suburban<br />
        </div>
      </div>
      <div class="box">
        <div class="left">mercedes<br />
        </div>
        <div class="center">slow</div>
        <div class="right">honda<br />
        </div>
      </div>
      <div class="titlecenter">movies</div>
      <div class="box">
        <div class="left">iron man 2<br />
        </div>
        <div class="center">action</div>
        <div class="right">kick ass<br />
        </div>
      </div>
    </div>
  </div>
</div>
</body>
</html>

Edited to add a link to a jsbin.com demo on OP’s behalf.

  • 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-16T14:09:43+00:00Added an answer on May 16, 2026 at 2:09 pm

    It works fine in IE 8. IE 7 and earlier doesn’t support display:inline-table.

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

Sidebar

Related Questions

I'm probably missing something simple here, but I can't find the answer elsewhere. I
No doubt I'm missing something really simple here but I just can't see the
I am probably overlooking something really simple here but I am trying to redirect
So here is the simple code: [System.ComponentModel.DefaultValue(true)] public bool AnyValue { get; set; }
Here is some simple Perl to count the number of times a value occurs
Here's a simple (hopefully) L10N question: Do all locales want this format: Sunday, Nov
Here is a simple scenario with table characters: CharacterName GameTime Gold Live Foo 10
Here's a simple syntax question (I hope), I know how to constrain one generic
Here's a simple method with a foreach loop: IEnumerable<XElement> FieldsToXElements(object instance) { var fieldElements
My objective here is really simple -- I'm trying to set an NSString to

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.