【发布时间】:2017-01-31 21:55:48
【问题描述】:
我有一个使用引导样式表的表格,并且不可能使单元格正确换行以向 Chrome 发送文本。无论如何,它在 IE 和 Firefox 上运行完美。你可以在这里看到它:
<form action="todos" method="post">
<table class="table" border="1"> // Normal table using bootstrap stylesheet
<thead>
<tr>
<th>asdf</th>
<th>asdf<th>
...
</tr>
</thead>
<tbody>
<tr>
...
</tbody>
知道我做错了什么吗?
【问题讨论】:
标签: html css twitter-bootstrap html-table