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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:31:43+00:00 2026-06-01T12:31:43+00:00

I have a very basic Table structure to be placed in middle/center of the

  • 0

I have a very basic Table structure to be placed in middle/center of the web page. I Have a code below, I know its incomplete to make this happen, as I am bad in structuring the HTML part, please help me

<div align="center" style="vertical-align:bottom">
<div align="center" style="vertical-align:bottom">
<table>
<tr><td colspan="2"></td></tr>
<tr><td>Name</td><td>J W BUSH</td></tr>
<tr><td>Proficiency</td><td>PHP</td></tr>
<tr><td>COmpany</td><td>BLAH BLAH</td></tr>
</table>
</div>
</div>

Also Please explain the concept behind the application of properties and CSS in achieving this time of structuring. so that I can use it in further learning….

I am completely newbie and dumb in HTML-CSS use… So I request you all the techies and Geeks to bear with my silly questions of HTML-CSS structuring.. Please dont leave the comments which demoralize me to go ahead with learning like “Is it a Homework…” or “GO TO TUTION CLASSES”etc…

  • 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-01T12:31:45+00:00Added an answer on June 1, 2026 at 12:31 pm

    The shortest and easiest answer is: you shouldn’t vertically center things in webpages. HTML and CSS simply are not created with that in mind. They are text formatting languages, not user interface design languages.

    That said, this is the best way I can think of. However, this will NOT WORK in Internet Explorer 7 and below!

    <style>
      html, body {
        height: 100%;
      }
      #tableContainer-1 {
        height: 100%;
        width: 100%;
        display: table;
      }
      #tableContainer-2 {
        vertical-align: middle;
        display: table-cell;
        height: 100%;
      }
      #myTable {
        margin: 0 auto;
      }
    </style>
    <div id="tableContainer-1">
      <div id="tableContainer-2">
        <table id="myTable" border>
          <tr><td>Name</td><td>J W BUSH</td></tr>
          <tr><td>Proficiency</td><td>PHP</td></tr>
          <tr><td>Company</td><td>BLAH BLAH</td></tr>
        </table>
      </div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very basic web crawler. The database table which stores the links
I'm working on a very basic shopping cart system. I have a table items
I have some very basic semaphore code that works great on Linux, but cannot
I have a very basic knowledge of the web programming, and I couldn't figure
I have only one table in my mySql database for a very basic website
I have a very basic table: <table id=ttable5 class=table-default> <thead> <tr> <th>Nombre</th> <th class=sort-date>Provincia</th>
A very basic question... I have a jquery function that fires on page load:
I have a very basic doubt regarding the method that gets executed when app
I have a very basic texture map problem in GL on iPhone, and I'm
I have a very basic data class that is subclassed from NSObject. I declare

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.