Greek Yogurt problem with table borders
Permalink 1 user found helpful
If I paste a simple table with borders enabled into a content or HTML block, the borders won't show up when using the Greek Yogurt theme. They will show up with all of the other themes that I tried. Plain yogurt, brown chocolate, green salad, 3rd party inove, 3rd party shades of blue all show the table borders. Here is the HTML block.
In my debugging, I copied greek yogurt and deleted all references to 'border' in text.css, reset.css, typography.css and main.css. This didn't isolate the problem. I searched for 'border' in all the PHP files but didn't come up with anything. My main site theme is based off of Greek Yogurt. Any hints or tips to fix this?
P.S. I have a similar post in Building Concrete5. Can someone move it or delete it? It is probably in the wrong place. Here is the link.
http://www.concrete5.org/community/forums/customizing_c5/html-table...
<table border="1"> <tr title="You are looking at Row 1" bgcolor="silver"> <td>Row 1 Cell 1</td> <td>Row 1 Cell 2</td> </tr> <tr title="You are looking at Row 2" bgcolor="aqua"> <td>Row 2 Cell 1</td> <td>Row 2 Cell 2</td> </tr> </table>
In my debugging, I copied greek yogurt and deleted all references to 'border' in text.css, reset.css, typography.css and main.css. This didn't isolate the problem. I searched for 'border' in all the PHP files but didn't come up with anything. My main site theme is based off of Greek Yogurt. Any hints or tips to fix this?
P.S. I have a similar post in Building Concrete5. Can someone move it or delete it? It is probably in the wrong place. Here is the link.
http://www.concrete5.org/community/forums/customizing_c5/html-table...
Greek Yogurt has a reset.css file that resets table styles. So I commented out the following items in reset.css under <webroot>\themes\<greek yogurt based theme>\css\reset.css:
I hope this helps someone else.