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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:46:17+00:00 2026-05-27T20:46:17+00:00

I am trying to put a table between rows of another table . But

  • 0

I am trying to put a table between rows of another table .

But after I put a table after several rows , the original rows are lost their format .

Any idea how to fix this issue .
My knowledge of xslt is little bit limited .

<table border="1">
        <tr bgcolor="#006699">
            <th ALIGN="LEFT">PCB Barcode</th>
            <th ALIGN="LEFT">Date and Time</th>
            <th ALIGN="LEFT">ProductPWI</th>
            <th ALIGN="LEFT">Conveyor Speed</th>
        </tr>
        <xsl:for-each select="GeneralReflowProcessReport/Results/GeneralReflowProcessReportEntry/PcbInfo/PcbInfoEntries/PcbInfoEntry">
            <tr>
                <td style='padding:2px 100px 2px 2px'><xsl:value-of select="PcbBarcode"/></td>
                <td style='padding:2px 20px 2px 2px'><xsl:value-of select="ReflowTime"/></td>
                <td style='padding:2px 20px 2px 2px'><xsl:value-of select="ProductPWI"/></td>
                <td style='padding:2px 20px 2px 2px'><xsl:value-of select="ConveyorSpeed"/></td>
            </tr>
            <xsl:if test="PcbStatistics/PcbStatisticsEntries">
                <br/>
                    <table border="1" >

                        <tr bgcolor="#006699">
                            <th ALIGN="LEFT">Statistics Limits:</th>

                        </tr>
                        <tr>
                            <td style='padding:2px 100px 2px 2px'><xsl:value-of select="PcbStatistics/PcbStatisticsEntries/PcbStatisticsEntry/StatisticsName"/></td>

                        </tr>
                </table>
                <br/>
            </xsl:if>


        </xsl:for-each>
    </table>

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-27T20:46:18+00:00Added an answer on May 27, 2026 at 8:46 pm

    You have to put the table inside a CELL in your current table:

    <table>
        <tr>
            <td>Outer table</td>
        </tr>
        <tr>
            <td>
                <table>
                    <tr>
                        <td>Inner table</td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to put a table inside a div for easy layouts. But as
I am trying to create a template that will put items in a table.
I'm trying to collapse or expand table rows with + and - sign displayed
I'm trying to put a TextView and a ToggleButton in a table row, however,
I'm trying to put margins on the bottom of a table to separate it
I'm trying to put together a navigation bar using a table: There are n
I am trying to use PHP and MySQL's Create Table Select between two different
I'm trying to take values from a table and put them into a string
I'm trying put an if statement directly into a select field in rails, with
Im trying to put an html embed code for a flash video into the

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.