Hi, thanks!
You can manage two columns in two ways:
MARKDOWN:
Column 1| Column 2 ------------ | ------------- content 1| content 2 img 1| img 2
RESULT:
Column 1 | Column 2 |
---|---|
content 1 | content 2 |
img 1 | img 2 |
HTML:
<div class=pull-left> English text content 1 img 1 </div> <div class=pull-right> Italian text content 2 img 2 </div>
RESULT:
English text
content 1
img 1
Italian text
content 2
img 2
Thank you so much @miti. This is really useful. Now I know how to have two columns.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You're welcome!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit