html 固定的TD表宽度
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 固定的TD表宽度相关的知识,希望对你有一定的参考价值。
REF:
http://stackoverflow.com/questions/15115052/bootstrap-how-to-set-up-fixed-width-for-td
<tr class="something">
<td class="col-md-2">A</td>
<td class="col-md-3">B</td>
<td class="col-md-6">C</td>
<td class="col-md-1">D</td>
</tr>
<tr>
<td class="col-md-4"><img class="img-responsive" src="<?php echo $thumbnail_url[0]; ?>"><br> Prop Details Link</td>
<td class="col-md-4"><?php the_field('short_description') ; ?></td>
<td class="col-md-4 orange_bg"><?php the_field('sq_ft') ; ?>
<?php the_field('office_sq_ft') ; ?>
<?php the_field('price') ; ?>
<?php the_field('doors') ; ?>
<?php the_field('type') ; ?>
</td>
</tr>
以上是关于html 固定的TD表宽度的主要内容,如果未能解决你的问题,请参考以下文章
table固定宽高之后就不能改变td的大小了吗----html
html table表头怎么固定?td宽度要求自适应。
IE8 table表格th、td设置宽度的坑
css样式表中如何设置table的第一列的宽度是固定值。页面中有很多table纵向排列
html 如何在css 里设置table 的个个列的固定宽度
具有固定位置和可滚动表数据元素的 HTML 表头