Table in 2012 theme
-
Hi
I want to put a table in a page without using a theme, I am trying to learn some code my attempt has resulted in the table working however the table border and column division lines do not show on the published page. The row lines show but very feint could someone point out what is wrong please?
Site is under construction and maintenance is on.
The code I have used is below.<table style=”text-align: center; height: 152px;” border=”1″ cellspacing=”0″ cellpadding=”0″ width=”390″>
<tbody>
<tr style=”background-color: #e9e9e9; font-weight:bolder;”><td>Title 1 </td>
<td>Title 2</td>
<td>Title 3</td>
<td>Title 4</td>
</tr><tr>
<td>Detail One</td>
<td>Detail Two</td>
<td>Detail Three</td>
<td>Detail Four</td></tr>
<tr>
<td>Detail One A</td>
<td>Detail Two A</td>
<td>Detail Three A</td>
<td>Detail Four A</td></tr>
</tbody>
</table>
- The topic ‘Table in 2012 theme’ is closed to new replies.