小提琴
<style>
* {
font-family: arial;
font-size: 9pt;
}
table {
border-collapse: collapse;
margin: 0;
padding: 0;
}
td, th {
margin: 0;
padding: 0;
border: none;
vertical-align: bottom;
}
</style>
<table>
<tr>
<td>I </td>
<td style="border-bottom:1px solid black;width:1.5in"> </td>
<td> have discussed the above Mission and Value Based Objectives with </td>
<td style="border-bottom:1px solid black;width:1.5in"> </td>
</tr>
<tr>
<td> </td>
<td colspan="2">(Name of staff person/advocate)</td>
<td>(Supported Individual)</td>
</tr>
</table>
在 Firefox 中,这显示了两个不同的下划线段(如我所料),在 Chrome 26/Ubuntu 中,它显示了从“I”到结尾的一个下划线。我认为这是一个渲染错误;检查“已讨论...”单元格显示没有设置边框。
在我提交这个错误之前,其他人可以确认我没有发疯吗?