Title: Table data randomly comes up
Last modified: August 22, 2016

---

# Table data randomly comes up

 *  Resolved [rameesareno](https://wordpress.org/support/users/rameesareno/)
 * (@rameesareno)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/table-data-randomly-comes-up/)
 * 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.
 * [https://wordpress.org/plugins/osd-simple-table/](https://wordpress.org/plugins/osd-simple-table/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * (@osdwebdev)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/table-data-randomly-comes-up/#post-5570561)
 * rameesareno,
 * You provided the “tf” attribute which stands for “Table Footer.” Per the [Table Tag W3C standard](http://www.w3.org/TR/html-markup/table.html#table),
   we place the “tfoot” tag immediately after the “thead.” The browser then automatically
   it on the bottom. It appears that you do not want to use a footer in your table,
   so if you remove the tf=1 from your table, it should work as expected.
 * [table th=’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]

Viewing 1 replies (of 1 total)

The topic ‘Table data randomly comes up’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/osd-simple-table_964078.svg)
 * [OSD Simple Table Generator](https://wordpress.org/plugins/osd-simple-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/osd-simple-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/osd-simple-table/)
 * [Active Topics](https://wordpress.org/support/plugin/osd-simple-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/osd-simple-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/osd-simple-table/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/table-data-randomly-comes-up/#post-5570561)
 * Status: resolved