我正在使用bootstrap.min.css,并出于某种原因使用了#34; th"打印时被忽略。有没有办法,我可以强制打印颜色。我尝试将媒体样式添加到页面,但是在打印时仍然没有创建背景。
<div class="row">
<div class="col-xs-6">
<table class="table" bordercolor="FFFFFF">
<thead>
<tr >
<th
style="background-color:ec6619;">
<font color="FFFFFF">Label</font></th>
</tr>
</thead>
</table>
</div>
<div class="col-xs-6" >
<table class="table" bordercolor="FFFFFF">
<thead>
<tr >
<th style="color:000;
font-weight:normal;
font-size: 18px;
font-family:Helvetica, Arial, sans-serif;">
#someotherlabel#
</th>
</tr>
</thead>
</table>
</div>
</div>
答案 0 :(得分:0)
大多数浏览器都不会打印背景颜色。
“打印”或“页面设置”对话框中通常有一个复选框来启用此功能。