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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:02:47+00:00 2026-05-25T15:02:47+00:00

I have to create a simple table within a table. i am using following

  • 0

I have to create a simple table within a table. i am using following html code for making as simple page. please copy and paste it to file for understand the problem correctly.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<BODY>
<table border=1>
  <tr>    
    <td>
      <table>
        <tr>
          <td>thid entry should be on top</td>
        </tr>
        <tr>
          <td>why this comes in middle</td>
        </tr>
      </table>
    </td>
    <td>
      <table>
        <tr>
          <td>entry1</td>
        </tr>
        <tr>
          <td>entry2</td>
        </tr>
        <tr>
          <td>entry3</td>
        </tr>
        <tr>
          <td>entry4</td>
        </tr>
        <tr>
          <td>entry5</td>
        </tr>
      </table>
    </td>
  </tr>
</table>

</BODY>
</HTML>

The main problem is in my right side part of table I have some searched information, and left side some refine search panel. so when my page comes, my refine search window comes exact middle. i want my left part of table is to aligned on table, where my start.

Please help me to resolve this.

  • 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-25T15:02:47+00:00Added an answer on May 25, 2026 at 3:02 pm

    valign=”top” in the correct column would be a simple solution to your prob.

    like:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
        <BODY>
    
            <table border=1>
                <tr>   
                    <td valign="top">
                        <table>
                            <tr>
                                <td>thid entry should be on top</td>
                            </tr>
                            <tr>
                                <td>why this comes in middle</td>
                            </tr>
                        </table>
                    </td>
                    <td>
                        <table>
                            <tr>
                                <td>entry1</td>
                            </tr>
                            <tr>
                                <td>entry2</td>
                            </tr>
                            <tr>
                                <td>entry3</td>
                            </tr>
                            <tr>
                                <td>entry4</td>
                            </tr>
                            <tr>
                                <td>entry5</td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
    
        </BODY>
    </HTML>
    

    edit:
    style=”vertical-align:top;” if you use css

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

Sidebar

Related Questions

I have used following code to create a simple PDF file. It executes fine
I have a sample file like the following: CREATE GLOBAL TEMPORARY TABLE tt_temp_user_11 (
I have a simple table in Sybase, let's say it looks as follows: CREATE
I have a very simple table with two columns, but has 4.5M rows. CREATE
I have a requirement to create a simple database in Access to collect some
I have a requirement to create a simple windows forms application that allows an
I have been trying to create a simple program with Python which uses OpenCV
I am about to create a simple demo in flash where I have 3
I'm currenlty using Asp.Net Dynamic Data, with Linq to Sql, to create an simple
We have an MS Access 2007 database with a simple form displaying table data.

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.