Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能得到一个看起来像这样的表:
+=========+=========+ + Header1 + Header2 + +=========+=========+ + Row1a + Row1b + +---------+---------+
哪里==是一条更粗的线(更大的宽度)比--
==
--
giver header 边框厚度和其他变薄
th { border: 4px solid black; } td { border: 1px solid black; }
演示
我正在使用 sfDoctrineAllowPlugin。我需要具有 Twitter 的 Bootstrap 语义的表单。我查看了模板,发现只有$form,这是一个<table>. 如何以我的方式格式化它?我不想使用表格、行和列。
$form
<table>