Support » Plugin: TablePress - Tables in WordPress made easy » add two tables on same page

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Ben,

    yes, this is possible, but not a task that can be solved directly by TablePress. You will basically just have to create a two column layout for the tables. My recommendation is to use a plugin like Grid Columns from http://wordpress.org/extend/plugins/grid-columns/ for this.

    A simpler solution would be to just use some HTML code that is wrapped around the Shortcodes, like:

    <div style="width:50%;float:left;>
    
    [table id=1 /]
    
    </div>
    
    <div style="width:50%;float:right;>
    
    [table id=2 /]
    
    </div>

    (This should be entered into the “Text” editor, and not the “Visual” editor, and the empty lines are important.)

    Regards,
    Tobias

    Thread Starter bengii

    (@bengii)

    Thanks, I had been looking at the wootheme shortcodes but I shall try the direct html instead – will report back soon!

    Thread Starter bengii

    (@bengii)

    All working 🙂 #FF

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! 🙂 That’s good to hear!

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘add two tables on same page’ is closed to new replies.