1yen
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthHi Tobias,
ooo…I think I realized what is happening. I inherited this site and it now appears that I was trying to paste the table I created into the cell of another table. This jives with your comment that it must be being constrained some other way. It was not at all obvious to me there was a table there to begin with. I moved the short code “outside” and now it looks much better.
http://cst.net.technion.ac.il/past-seminars/While I have your attention, is there an easy way to take a google doc spreadsheet and have TablePress simply populate a table from there?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthThanks for the quick reply!
Here is the link. The table I added is towards the top, you can ignore what is below it.
http://cst.net.technion.ac.il/past-seminars/
ideally, I want the table to span the width of the main part of the page (up to the sidebar). I want the date and speaker columns to be narrower to allow more room for the title.
many thanks!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Widthseems like this is the place to get help with Tablepress!
I have no idea what I am doing wrong. I have the following code to adjust the columns widths of my table:
.tablepress-id-1 .column-1 { width: 4px; } .tablepress-id-1 .column-2 { width: 40px; } .tablepress-id-1 .column-3 { width: 5000px; }In fact, it doesn’t matter what numbers I put for the width, it doesn’t appear to change anything. I feel I am missing something…