Tables in the Editor
-
Hi all,
I am trying to add this table to a Post in WordPress:
<TABLE cellSpacing=1 cellPadding=1 border=2 width=”80%”>
<TR><TD COLSPAN=”7″ ALIGN=”Center”>Culpepper’s Career Statistics</TD></TR>
<TR ALIGN=”center”><TD>Year</TD><TD>Games</TD><TD>TDs</TD><TD>INTs</TD><TD>Rating</TD><TD>Wins</TD><TD>Losses</TD></TR>
<TR ALIGN=”center”><TD>2000</TD><TD>16</TD><TD>33</TD><TD>16</TD><TD>98</TD><TD>11</TD><TD>5</TD></TR>
<TR ALIGN=”center”><TD>2001</TD><TD>11</TD><TD>14</TD><TD>13</TD><TD>83.3</TD><TD>4</TD><TD>7</TD></TR>
<TR ALIGN=”center”><TD>2002</TD><TD>16</TD><TD>18</TD><TD>23</TD><TD>75.3</TD><TD>6</TD><TD>10</TD></TR>
<TR ALIGN=”center”><TD>2003</TD><TD>14</TD><TD>25</TD><TD>11</TD><TD>96.4</TD><TD>7</TD><TD>7</TD></TR>
<TR ALIGN=”center”><TD>2004</TD><TD>16</TD><TD>39</TD><TD>11</TD><TD>110.9</TD><TD>8</TD><TD>8</TD></TR>
<TR ALIGN=”center”><TD>2005</TD><TD>7</TD><TD>6</TD><TD>12</TD><TD>72</TD><TD>2</TD><TD>5</TD></TR>
<TR ALIGN=”center”><TD><STRONG>Totals</STRONG></TD><TD><STRONG>80</STRONG></TD><TD><STRONG>135</STRONG></TD><TD><STRONG>86</STRONG></TD><TD><STRONG>91.5</STRONG></TD><TD><STRONG>38</STRONG></TD><TD><STRONG>42</STRONG></TD></TR>
</table>I paste this into the HTML box in the editor and it looks fine in the editor. When I save the post, only the first row of this table is displayed. The other rows disappear.
Any help would be appreciated.
- The topic ‘Tables in the Editor’ is closed to new replies.