RE: A Journey through Italy: one photo every day #33 - TORRE ABATE [ENG/ITA]

You are viewing a single comment's thread from:

A Journey through Italy: one photo every day #33 - TORRE ABATE [ENG/ITA]

in photography •  7 years ago 

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 1Column 2
content 1content 2
img 1img 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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thank you so much @miti. This is really useful. Now I know how to have two columns.

You're welcome!