表格的td标签的第二个数字无法使用nobr属性中断页面

时间:2018-07-31 14:31:11

标签: php tcpdf

我的问题是我在价格部分添加了nobr属性,因此,如果价格部分的内容超过第一页,那么它将自动放置到第二页。然后,我对装饰部分使用了相同的nobr属性,这是另一个td标签,但是此内容始终从第二页开始,但是由于第一部分的内容大小足以放置在页面1中,因此它显示在第一页。

检查这是我的PDf代码。

<table style="font-family:spectrummt;color:rgb(84,42,17);font-size:10">
<tr >
  <td style="width:960px;" >
     <div>
        <h3><span style="font-size:12">Description</span></h3>
        <span style="font-size:8.8">This website Description</span> 
     </div>
     <div>
        <h3><span style="font-size:12">Details</span></h3>
        <span style="font-size:8.8">Part of The Lily Collection, a collaboration with Mark D Sikes, this<br /> dining chair combines a geometric cane base with curvaceous back<br /> and arms wrapped in rattan, with a diamond lattice rattan design on<br /> the chair back and sides. The Lily Collection is handmade by skilled<br /> weavers in Soane Britain’s Leicestershire rattan workshop. The chair is<br /> completed with loose cushions and ties upholstered in a Soane Britain<br /> or client’s own fabric.<br /> Available in Soane’s standard rattan finishes. With loose seat and back<br /> cushion and traditional ties, and a padded deck.</span> 
     </div>
     <div nobr="true">
        <h3><span style="font-size:12">Price</span></h3>
        <span style="font-size:8.8">All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> All prices quoted are ex works.<br /> <br /> </span> 
     </div>
     <div>
        <h3><span style="font-size:12">Lead Time</span></h3>
        <span style="font-size:8.8">(from receipt of deposit): 12 weeks</span> 
     </div>
     <div>
        <h3><span style="font-size:12">Delivery</span></h3>
        <span style="font-size:8.8">Carriage charges can be quoted upon confirmation of the delivery<br /> address.</span> 
     </div>
  </td>
  <td style="width:115px"></td>
  <td style="width:1030px;" >
     <div>
        <h3><span style="font-size:12">Dimensions</span></h3>
        <span style="line-height:1200">870mm height x 690mm depth x 560mm width<br /> Height to Seat with cushion: 485mm<br /> Height to Arm: 640mm<br /> 34.25” height x 27” depth x 22” width<br /> Height to Seat with cushion: 19”<br /> Height to Arm: 25”<br /> Please allow a 20mm tolerance for all rattan pieces, as these made of a<br /> hand-woven natural product.<br /> All upholstery is dacron-wrapped foam. Alternate fills are available<br /> with an upcharge upon request.</span> 
     </div>
     <div nobr="true">
        <h3><span style="font-size:12">Upholstery</span></h3>
        <span style="font-size:8.8">This is upolstery<br /> <br /> <br /> <br /> </span> 
     </div>
  </td>

下面是输出图像 enter image description here

0 个答案:

没有答案