Replies: 0
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 is
How to get the desired effect in my wordpress?