hello, can you please provide me with a link to your website so I can see the problem?
thank-you
OK.
Here two links:
http://www.followup.cl/sitio/
please see the table border at the bottom where the three small pics are, and;
http://www.followup.cl/sitio/estudios-2/, page that I am testing and borders appear again.
Thanks
ok the border can be changed in the following code in the style.css
.entry-content tr td, .comment-content tr td {
border: 1px solid #d9d9d9;
border-width: 1px 0 0 1px;
padding: 0.5em 1.25em;
}
.entry-content table, .comment-content table {
border: 1px solid #d9d9d9;
border-left-width: 0;
margin: 0 -0.083em 2.083em 0;
text-align: left;
width: 100%;
}