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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:21:06+00:00 2026-05-15T20:21:06+00:00

There is a table looking like this: <table width=100%> <tr id=header> <td colspan=2></td> </tr>

  • 0

There is a table looking like this:

<table width="100%">
<tr id="header">
 <td colspan="2"></td>
</tr>
<tr id="center">
 <td id="left" style="width: 201px"></td>
 <td id="mainpage" style="width: 100%"></td>
</tr>
</table>

In every browser (including IE7) apart from IE8 the “left” td is fine. In IE8 it exceeds the width according to the mainpage’s content.

I’d post some screenshots but it’s my first post here.

Any ideas whatsoever?

  • 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-15T20:21:06+00:00Added an answer on May 15, 2026 at 8:21 pm

    That width: 100% on the second column doesn’t look right – if you’re trying to make the second column expand to the rest of the available space, you shouldn’t need that at all, so you can remove it.
    Also, add this to your table:

    table-layout: fixed;
    

    to make sure that the widths are obeyed.

    complete code:

    <table style="width: 100%; table-layout: fixed;">
    <colgroup>
        <col style="width: 201px">
    </colgroup>
    <tr id="header">
        <td colspan="2"></td>
    </tr>
    <tr id="center">
        <td id="left"></td>
        <td id="mainpage"></td>
    </tr>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 488k
  • Answers 488k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Just cast it to integer $var = (int)$var; May 16, 2026 at 8:38 am
  • Editorial Team
    Editorial Team added an answer Assuming that xml is an ElementTree object, the findall() method… May 16, 2026 at 8:38 am
  • Editorial Team
    Editorial Team added an answer function foo($seconds) { $t = round($seconds); return sprintf('%02d:%02d:%02d', $t/3600, floor($t/60)%60,… May 16, 2026 at 8:38 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

This is a two part question - first I need to get every element
In a DB I'm designing, there's one fairly central table representing something that's been
Hopefully this is less complex than I think. I have one table of companies,
I am working with a simple table-based layout that uses iFrames as depicted in
I want to display a basic html table with controls to toggle showing/hiding of
I am trying to alter a table in SQL server with a script. In
I'm looking for a better way to do the following query. I have a
Let's say I have an Oracle database table of 40MM 9-digit ZIP codes which
Let me apologize in advance for the simplicity of this question (I heard Jeff's
UPDATE: OK I figured it out, looks like fread has a filesize limitation, changed

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.