Tableau, comment faire que les tr se place un en dessous

Fermé
Rosie.m Messages postés 1 Date d'inscription lundi 16 mars 2015 Statut Membre Dernière intervention 16 mars 2015 - Modifié par Rosie.m le 16/03/2015 à 17:48
telliak Messages postés 3656 Date d'inscription mercredi 20 septembre 2006 Statut Membre Dernière intervention 29 mai 2024 - 16 mars 2015 à 22:09


<div class="row row-same-height-md border-footer">
<div class="col-md-3 option">
<table width="100%">
<thead>
<tr>
<th colspan="2">Offer</th>
</tr>
</thead>
<tbody>
<tr>
<th>Triple Play Select</th>
<td>$ 89.97</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Monthly Total:</th>
<td>$ 89.97</td>
</tr>
</tfoot>
</table>
</div>
<div class="col-md-3 option">
<table width="100%">
<thead>
<tr>
<th colspan="2">Television Options</th>
</tr>
</thead>
<tbody>
<tr>
<th>Digital Tier 1</th>
<td>$ 10.00</td>
</tr>
<tr>
<th>HBO</th>
<td>$ 15.00</td>
</tr>
<tr>
<th>Showcase</th>
<td>$ 15.00</td>
</tr>
<tr>
<th>DVR Service</th>
<td>$ 11.99</td>
</tr>
<tr>
<th>1 HD/DVR Set-Top Box</th>
<td>$ 6.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Monthly Total:</th>
<td>$ 58.98</td>
</tr>
</tfoot>
</table>
</div>
<div class="col-md-3 option">
<table width="100%">
<thead>
<tr>
<th colspan="2">Voice Options</th>
</tr>
</thead>
<tbody>
<tr>
<th>DVR Service</th>
<td>$ 11.99</td>
</tr>
<tr>
<th>1 HD/DVR Set-Top Box</th>
<td>$ 6.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Monthly Total:</th>
<td>$ 0.00</td>
</tr>
</tfoot>
</table>
</div>
<div class="col-md-3 option">
<table width="100%">
<thead>
<tr>
<th colspan="2">Internet Options</th>
</tr>
</thead>
<tbody>
<tr>
<th>Wi-Fi Router</th>
<td>$ 5.00</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Monthly Total:</th>
<td>$ 5.00</td>
</tr>
</tfoot>
</table>
</div>
</div>

<div class="row">
<div class="col-md-6 col-md-offset-6 total-section">
<tr>
<table width="100%" class="monthly-total">
<thead>
<tr>
<th>Order Monthly Total:</th>
<td>$ 153.95</td>
</tr>
</thead>
<tbody>
<tr>
<th><span>Charter Wi-Fi (One-time Activation Fee)</span></th>
<td>$ 29.99</td>
</tr>
<tr>
<th><span>One time Installation Fee</span></th>
<td>$ 29.99</td>
</tr>
</tbody>
</table>
</tr>
<tr>
<table width="100%" class="order-total">
<thead>
<tr>
<th>Order Total:</th>
<td>$ 213.93</td>

</tr>
</thead>
<tbody>
<tr>
<th><span>Past Due Balance</span><br>Account #: 4712048792183535</th>
<td>$ 45.56</td>
</tr>
</tbody>
</table>
</tr>
<tr>
<table width="100%" class="total">
<tbody>
<tr>
<th>Total:</th>
<td>$ 259.93</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2" class="text-right" >Taxes and Fees are not included
</td>
</tr>
</tfoot>
</table>
</tr>
</div>
</div>

1 réponse

telliak Messages postés 3656 Date d'inscription mercredi 20 septembre 2006 Statut Membre Dernière intervention 29 mai 2024 876
16 mars 2015 à 22:09
Salut,
On ne peut pas dire que la politesse incite à décortiquer un problème aussi mal exposé...
0