Viewing 2 replies - 1 through 2 (of 2 total)
  • One way is to insert an html table — one example . . .

    <table style="border: none;">
    <tbody>
    <tr>
    <td style="border: none; font-size: 100%; width="50%"> some text in one column . . .
    something something live at the somewhere or other</td>
    <td style="border: none; vertical-align: middle;" width="50%">in the other column . . . something else blah blah</td>
    </tr>
    </tbody>
    </table>

    Thread Starter thomasbricker

    (@thomasbricker)

    Any plugins capable of dividing up space?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you create multiple columns within a column?’ is closed to new replies.