How to set border width in table?
-
I found that some properties can’t be used in wordpress.
The effect below is what i wanted in wordpress.To edite in Text mode in wordpress.
<table border=”4″ bordercolor=”red”>
<tbody>
<tr>
<td>test</td>
<td>bash</td>
<td>vim</td>
</tr>
</tbody>
</table>I found that **border=”4″ bordercolor=”red”** can’t work when to publish.
What i get isHow to get the desired effect in my wordpress?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to set border width in table?’ is closed to new replies.