微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

HTML模板:如何在分页插入行后重复第一列的内容?

如何解决HTML模板:如何在分页插入行后重复第一列的内容?

我正在使用HTML模板进行PDF转换,正在使用。 我有一个问题:当连续的2.列闯入并在下一页继续(可以)但在1.列( 该行标题)在下一页上为空白,我需要在此处重复(请参见下面的图片代码)。

enter image description here

<table>
      <tr>
           <td>
               <div>
                     Main contact:
               </div>
           </td>
           <td>
                    NJ - general director </br>
                    SD - project support
           </td>
      </tr>   
      <tr>
           <td>
               <div>
                    project goal:
               </div>
           </td>
           <td>
                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,when an unkNown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,but also th... . Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,when an unkNown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
                    t of the printintypesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,but also the leap into electronic typesetting,remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.t of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                    t of the printintypesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                    t of the printinpesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                </td>
            </tr>
            
            <tr>
                <td>
                    <div>
                        essential information:
                    </div>
                </td>
                <td>
                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,remaining essentially unchanged. It was popularised in the 1960s with the release of LetrasAldus PageMaker including versions of Lorem Ipsum.
                </td>
            </tr> 
            <tr>
                <td>
                    <div>
                        explanatory notes:
                    </div>
                </td>
                <td>
                    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
                </td>
            </tr>  
</table>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。