nessadot
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Not WorkingOk. I will do that.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Not WorkingIs there anything else that I can send you or another way that you can try to access the website?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Not WorkingOK. Not sure about the server. Would have to check tomorrow. Meanwhile, is there a way that I can send you a screen shot?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Not WorkingAlso, 4. how do you add a vertical line between columns? Thank you again!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Not WorkingInteresting! First, thank you for your responses. That is the correct link and it works when I select it. What error did you get?
http://dstfoothill.org/wordpress/sample-page/leadership-current-officiers/
In regards to your responses:
1. Here is the link again. Not sure why it is not working for you.
– http://dstfoothill.org/wordpress/sample-page/leadership-current-officiers/
– Or try http://dstfoothill.org/wordpress -> About Us -> Officers2. This code seems to work but I need to fix #1 before I can really tell.
3. The code in the example did not seem to have any effect on my table. Here is what I put:
.tablepress thead th:first-child {
border-top-left-radius: 10px;
}.tablepress thead th:last-child {
border-top-right-radius: 10px;
}.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS Not WorkingThank you for the response. Here is a link to my table:
http://dstfoothill.org/wordpress/sample-page/leadership-current-officiers/
I tried some different CSS commands and it appears that they are being read by the table. However, I am still do not know how to do the following:
1. Remove the extra space after the text second column
2. Center and bold and/or change the font in the heading row.
3. Round the corners of the table like this table (used a different plugin…I like TablePress better).http://dstfoothill.org/wordpress/sample-page/committee-chairpersons/
Thank you!