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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T12:07:44+00:00 2026-05-21T12:07:44+00:00

I have a table that has worked correctly for many years, but recently the

  • 0

I have a table that has worked correctly for many years, but recently the table widths have gone slightly haywire. It’s an old HTML site I maintain but didn’t write (it should be rewritten in CSS) but the owner doesn’t want to do it yet and it’s a very large site.

No changes were made to the table structure, yet the width=x % is no longer working correctly on part of it. I know the table is messy and overly complex

I’ve stared at this and I know I’m missing something easy. There are some errors in the table, but they have not prevented any rendering engine from displaying it properly until recently (client noticed it a few days ago).

The exact problem is that a nested table (see *problem below) is not allocating space on a 25%, x%, 25% basis. The x% is slightly under 50%, but the two outer columns should be 25% each (when the browser is large enough) and they used to scale equally. Now, the left column is always larger than the right proportionally, the middle expands and shrinks with the size of the browser, but the right column is always too small and crowded.

I’m sorry for the code. It’s a messy table and I wanted to cut what I thought was extraneous but leave the structure.

I’m stumped. Any help would be appreciated.

CLARIFICATION. This table has 3 nested tables within it. Those 3 tables used to resize as you changed the size of the browser window, but now only 2 of the 3 are scaling. The left-most and the center tables scale and re-size as part of the whole; the right-most nested table no longer scales and has shrunk below the 25% width threshold as specified. This is a new phenomenon, but none of the base code has been changed (I verified from a 1 year old copy of the page).

<table width="100%" height="500" border="0" align="left" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="5" height="54" align="left" valign="top" bgcolor="#FFFFFF"><br /> </td>
      </tr>

      <tr>
        <td colspan="5" height="21" align="left" valign="top" bgcolor="#FFFFFF"><some images><br />    </td>
      </tr>

      <tr>
        <td colspan="5" height="25" align="left" valign="top" bgcolor="#FFFFFF"><br />  </td>
      </tr>

      <tr>
        <td colspan="3" width="100%" height="1" align="left" valign="middle" </td>
      </tr>
      <tr> ************PROBLEM STARTS HERE ***************
        <td colspan="1"   width="25%" height="485" valign="middle" align="right" >
            <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td align="right" valign="middle">
                        <p class="x">
                          <a href="#"></a><br />
                          <a href="#"></a><br />
                        </p>
                   </td>
                  <td width="15" align="right" valign="middle"></td>
                </tr>
          </table></td>

        <td colspan="1" height="450" width="1" valign="top" align="right" </td>
        <td colspan="1" height="485" align="center" valign="top">
            <table width="100%" border="0" valign="top" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td colspan="1" height="485" align="center" valign="middle"></td>
                </tr>
          </table></td>
        <td colspan="1" height="450" width="1" valign="top" align="right" </td>
        <td colspan="1" height="485" width="25%" valign="middle" align="right" bgcolor="#84968A"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
                <td width="15" align="right" valign="top"></td>
                <td align="left" valign="middle">
                    <p class="x">
                         <a href="#"></a><br />
                         <a href="#"></a><br />
                    </p>
                 </td>
         </tr>
        </table></td>
      </tr>
</table>
  • 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-21T12:07:44+00:00Added an answer on May 21, 2026 at 12:07 pm

    Actually, problem lies in the row above where you have “problem starts here”:

    <td colspan="3" width="100%" height="1" align="left" valign="middle"> </td>
    

    You are saying that 3 columns are 100% of the width. Then, your next row has 5 cells.

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

Sidebar

Related Questions

I have a table that has 8 million records, with many fields, including lat/long
I have a table that has redundant data and I'm trying to identify all
I have a table that has an insert trigger on it. If I insert
I have a table that has a processed_timestamp column -- if a record has
I have a table that has a primary key that's an INT... I have
I have a table that has about 1/2 million records in it. Each month
I have a pictures table that has the following columns: PICTURE_ID int IDENTITY(1000,1) NOT
Suppose I have a database table that has a timedate column of the last
I have a table in MySQL that has 3 fields and I want to
Suppose I have a table called Companies that has a DepartmentID column. There's also

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.