Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What code are you using for the table?
i used this code
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<table border="4" cellspacing="4" cellpadding="4">
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
And what are you expecting to see?
if create a table in “new post” it appears. but i did not appear in the post page. for eg. click this url http://haimobiles.com/2012/09/table-2.html i already put a table in this post. but it did not appear. can u see this
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The table is on that page.
Are you expecting to see a border or something visually apparent?
yes i can’t see the border. and also lines between the rows and columns
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Consider adding borders to the tables, using CSS.
i tried that css codes but now also i can’t
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which CSS did you try, can you post it here?