2014-09-30 164 views
0

我需要在下THEADER在HTML嵌套HTML表格

http://puu.sh/bU2Fn/2e26a2591c.jpg

的问题是我目前被卡住的时候才来“三级菜单”像“的计划熟悉 - Citol”

这是我目前得到:

http://puu.sh/bU2WN/58872a7f57.png

<table class="table table-bordered table-condensed table-responsive"> 

    <tr> 
    <th rowspan="2">N°</th> 
    <th rowspan="2">Nombres y apellidos</th> 
    <th rowspan="2">Edad</th> 
    <th rowspan="2">Cedula</th> 
    <th colspan="6">Plan familiar</th> 
    <th rowspan="2">N° gesta</th> 
    <th colspan="16">Control prenatal</th> 
    <th colspan="8">Control Post-natal</th> 
    </tr> 

<tr> 

<th> 
<td>P</td> 
<td>S</td> 
<td>G.O</td> 
<td>DIU</td> 
<td>Citol</td> 
</th> 

<th> 
    <td>P</td> 
    <td><13 Sem</td> 
    <td>>13Sem</td> 
    <td><19 años</td> 
    <td>>19 años</td> 
    <td>sem gesta</td> 
    <td>S</td> 
    <td>ARO</td> 
    <td>VDLR</td> 
    <td>HIV</td> 
    <td>Citol</td> 
    <td>Pat</td> 
    <td>Acid Fol</td> 
    <td>Sulf Fer</td> 
    <td>Poli vit</td> 
</th> 



<th> 
    <td>P</td> 
    <td><7 D</td> 
    <td>>8 D</td> 
    <td>S</td> 
    <td>Acid Fol</td> 
    <td>Sulf Fer</td> 
    <td>Poli vit</td> 
</th> 


    </tr> 

</table> 

回答

0

好了,你的问题无关与引导,但在这里你去:

<table class="table table-bordered table-condensed table-responsive"> 
    <tr> 
     <th rowspan="2">N°</th> 
     <th rowspan="2">Nombres y apellidos</th> 
     <th rowspan="2">Edad</th> 
     <th rowspan="2">Cedula</th> 
     <th colspan="6">Plan familiar</th> 
     <th rowspan="2">N° gesta</th> 
     <th colspan="16">Control prenatal</th> 
     <th colspan="8">Control Post-natal</th> 
    </tr> 
    <tr> 
     <td>P</td> 
     <td>S</td> 
     <td>G.O</td> 
     <td>DIU</td> 
     <td>Citol 
      <table> 
       <tr> 
        <td>P</td> 
        <td>S</td> 
       </tr> 
      </table> 
     </td> 
     <td>P</td> 
     <td>13 Sem</td> 
     <td>13Sem</td> 
     <td>19 años</td> 
     <td>19 años</td> 
     <td>sem gesta</td> 
     <td>S</td> 
     <td>ARO</td> 
     <td>VDLR</td> 
     <td>HIV</td> 
     <td>Citol</td> 
     <td>Pat</td> 
     <td>Acid Fol</td> 
     <td>Sulf Fer</td> 
     <td>Poli vit</td> 
     <td>P</td> 
     <td>7 D</td> 
     <td>8 D</td> 
     <td>S</td> 
     <td>Acid Fol</td> 
     <td>Sulf Fer</td> 
     <td>Poli vit</td> 
    </tr> 
</table> 

我也有added some CSS如果您要检查和玩,当然,这是对你,你可以修改将