tables in posts
-
WordPress is deleting rows in any table I insert in a post with html code. Say I introduce
<table summary="" border="0" cellspacing="0" cellpadding="2">
<tr valign="top"><td>Monday</td><td>first line<br />second line<br />third line</td></tr>
<tr valign="top"><td>Tuesday</td><td>first line<br />second line<br />third line</td></tr>
<tr valign="top"><td>Saturday</td><td>first line<br />second line<br />third line</td></tr>
</table>
If I switch to Visual, and then to Code again, I always get only
<table border=”0″ cellpadding=”2″ cellspacing=”0″>
<tr valign=”top”>
<td>Monday</td>
<td>first line
second line
third line</td>
</tr>
</table>Any hints? Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘tables in posts’ is closed to new replies.