-8
我有一個html表格,我想在td
中包含一個表格。我想要一個td內的表格HTML
我的表看起來像這樣:
<table class="table table-bordered" id="my_table">
<thead>
<tr>
<td style="text-align: center;">
<?php echo get_phrase('Teachers'); ?> <i class="entypo-down-thin"></i> | <?php echo get_phrase('date'); ?> <i class="entypo-right-thin"></i>
</td>
<td style="text-align: center;"><?php echo $i; ?></td>
<?php } ?>
<td style="text-align: center;">
<?php echo get_phrase('Grand Total'); ?> <i class="entypo-down-thin"></i>
</td>
</td>
</tr>
</thead>
我想補充這td
內的HTML表格。 I have attached a pic。
發現,這不是一個問題.... – n00dl3
不太清楚你的意思是什麼您的 「問題」,但也許:
我想要一輛聖誕節的新車! – Peter