Display Multiple Columns

peter.k.oconnor's Avatar

peter.k.oconnor

19 Dec, 2012 05:21 PM

Hihi, I was expecting to see 2 columns of texts. But it didn't. I wonder what was the problem. Thank you very much.

## Column 1 blah blah
## Column 2 blah blah
  1. Support Staff 1 Posted by Brett on 19 Dec, 2012 05:53 PM

    Brett's Avatar

    You have to float it:

    <div style="float:left; width: 47.5%" markdown="1">
    ## Column 1
    
    blah blah
    </div>
    
    <div style="width: 47.5%; float:left" markdown="1">
    ## Column 2
    
    blah blah
    </div>
    
  2. Brett closed this discussion on 19 Dec, 2012 05:53 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac