Table Borders not displaying when using TinyMCE Advanced
I have latest Wordpress and Vantage installed along with latest TinyMCE Advanced.
I want my users to be able to put in borders in their business listings.
I can build tables fine in the Visual and Text editor of a listing description. The preview in the Visual tab looks perfect.
When I save changes and view the listing as a normal user would All I have is my background color I selected. There are no borders at all.
I've been reading stuff about needing customer CSS files installed but I have no idea what any of that means.
Please help in getting my table borders to show up.
Here is the code for the table straight from the Text section of TinyMCE
Use tables to organize information any way you like. *You can even change colors to match your own business website.
<table style="height: 124px; border-color: #000000; background-color: #979a9c;" border="20" width="360">
<tbody>
<tr>
<td>*Make</td>
<td>Model</td>
<td>Price</td>
</tr>
<tr>
<td>Glock</td>
<td>G17 Gen 3</td>
<td>$399</td>
</tr>
<tr>
<td>Ruger</td>
<td>10/22 Target</td>
<td>$299</td>
</tr>
<tr>
<td>S&W</td>
<td>Model 686</td>
<td>$599</td>
</tr>
</tbody>
</table>
Here is my example listing Im trying to build.
http://gunoneone.com/listings/example-featured-listing/
Funny thing is that this morning the borders were working perfectly fine then all the sudden they just stopped. I have no idea why.