Table width and border

No matter what width I indicated for Betheme, it comes to full width and without outside border.
How to solve this problem.

For examply,
i indicate
<table style="height: 394px;" border="2" width="500">
<tbody>
<tr>
<td><strong>Item1</strong></td>
<td><strong>Values</strong></td>
</tr>
<tr>
<td> 1</td>
<td>test 2</td>
</tr>
<tr class="info">
<td>1</td>
<td>test 2</td>
</tr>
<tr>
<td>2</td>
<td>test 2</td>
</tr>
<tr class="info">
<td>3</td>
<td>test 2</td>
</tr>
<tr>
<td>4</td>
<td>test 2</td>
</tr>
</tbody>
</table>

The actual display ,there is full width and no outer border.

Even for the plugin tablepress, the results is same.


Comments

Sign In or Register to comment.