When I add a 2nd table to a page, both tables disappear.
Do I need to somehow identify the tables individually?
]]>I use osd simple table in a WP site.
In the error log I see many entries like:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/*account*/public_html/wp-content/plugins/osd-simple-table/SimpleTable.php on line 76
It also is reported for line 176
Any idea why this is happening and -more important- how to prevent this?
Thanks!
]]>Can I define the basic parameters of a table, such as:
? row or column color
? row height
? column width
? table border weight and color
?
]]>How do I use this plug in? The sample looks similar to what I require but I’m not into html so need help. I can do what I want in Word but when I copy to my website (my first, I’m a beginner) it’s nothing like it was in Word. Hence I found your plugin.
]]>I am (clearly) not a developer, but trying to build my own website (i.e. very limited knowledge, please try to answer in non-tech language as much as possible). I’m trying to make a table, you can see it here: https://newsite.wetwildcamp.com/schedule/adventure-camp-schedule/. Here is the code: body {
color: #444;
font-family: “Open Sans”,sans-serif;
font-size: 13px;
line-height: 1.4em;
min-width: 600px;
}
body, html {
height: 100%;
margin: 0;
padding: 0;
}
I made the padding 0 and margin 0 trying to eliminate the huge vertical space between cells. I don’t understand what 1.4em means. I tried to change the table height in pixels in the WP visual screen, but it didn’t work, I think because of the 1.4em. Should I just change the 1.4em to ???px? Should I change the 100% to something else?
How to make tables alignment uniform?
See ss:
https://www.uploady.com/#!/download/qbXBZg7aSyY/~en~o9jcGZveS~Gv
How to make the data show up as placed.
code:
[table th=’1′ tf=’1′ border=’1px’ width=’80%’ class=’yay-a-table’]
Service|Rate;;
THC|A$ 10.00 – A$ 15.00 per m3;;
Port Service Charge|A$ 55.00 – A$ 75.00 per m3;;
Sea Cargo Automation|A$ 10.00 per shipment;;
Delivery Order|A$ 50.00 per shipment;;
[/table]
[su_spoiler icon=”chevron-circle” Title=”LCL”]
[su_button background=”#07c349″]Service Rates[/su_button]
shows:
Service Rate
Port Service Charge A$ 55.00 – A$ 75.00 per m3
Sea Cargo Automation A$ 10.00 per shipment
Delivery Order A$ 50.00 per shipment
THC A$ 10.00 – A$ 15.00 per m3
************* not arranged as coded.
]]>