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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:23:06+00:00 2026-05-28T01:23:06+00:00

I have a table and inside of it two another tables. The problem is

  • 0

I have a table and inside of it two another tables.
The problem is that they not aligned horizontally. I want the headers to start at the same line .

<TABLE  CELLPADDING="10" >
    <tr>
    <td>
     <!--This is Process Info Table-->
    <table border="1" >
        <tr bgcolor="#006699">
            <th colspan="2" ALIGN="LEFT">Process Info:</th>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Product Name:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/ProductName"/></td>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Process Window Name:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/ProcessWindowName"/></td>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Oven Recipe Name:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/OvenRecipeName"/></td>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Conveyor Speed Units:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/ConveyorSpeedUnits"/></td>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Temperature Scale:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/TemperatureScale"/></td>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Number of TCs:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/NumberOfTCs"/></td>
        </tr>
        <tr>
            <td style='padding:2px 100px 2px 2px'>Number of Statistics:</td>
            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/ProcessInfo/NumberOfStatistics"/></td>
        </tr>
    </table>
    </td>
    <td>
    <!--This is Statistics Limits Table-->
    <table border="1" >
        <tr bgcolor="#006699">
            <th ALIGN="LEFT">Statistics Limits:</th>
            <th ALIGN="LEFT">Low</th>
            <th ALIGN="LEFT">Target</th>
            <th ALIGN="LEFT">High</th>
        </tr>
        <xsl:for-each select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/StatisticsLimits/Statistics/StatsticsEntries">
            <tr>
                <td style='padding:2px 100px 2px 2px'><xsl:value-of select="StatisticsLimitsName"/></td>
                <td style='padding:2px 20px 2px 2px'><xsl:value-of select="Low"/></td>
                <td style='padding:2px 20px 2px 2px'><xsl:value-of select="Target"/></td>
                <td style='padding:2px 20px 2px 2px'><xsl:value-of select="High"/></td>
            </tr>
        </xsl:for-each>
    </table>

        </td>
    </tr>
    </TABLE>

Thanks.enter image description here

  • 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-28T01:23:06+00:00Added an answer on May 28, 2026 at 1:23 am

    Just add valign="top" to your <td> elements containing your tables.

    See: http://jsfiddle.net/Wexcode/z8Q5W/

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

Sidebar

Related Questions

I have a small form inside a table. POSTing that form creates a new
This is a HTML email. I have two tables inside each other. One set
I have two tables: groups and group_members . The groups table contains all the
I have two tables with hierarchyid fields, one of which is a staging table
So I have a loop to be nested inside another loop based on two
I have table inside a div tab. The table has 40 rows in it
i have table unser it i have one td with elemets inside the menu
I have a table with an image inside: <table style=border: 3px solid rgb(0, 0,
How to filter DataView/DataTable by time? I have a table with datetime column inside
I have a span element inside a table td element. The span tag has

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.