Can I have 2 images on one line along with text? Would like to put some explanation between two ima
-
Is it possible to have 2 images on one line along with some text beside them that describes the images? Ideally I would like the text between the images but it could be to the left or right.
Thanks
TomThe blog I need help with is: (visible only to logged in users)
-
Hey Tom!
It’s definitely possible! You’ll just want to use some HTML formatting. Here’s a good starting point:
https://vip.wordpress.com/documentation/how-to-create-columns-in-posts/
For example, I modified that a bit to create the following example:
Is that along the lines of what you’re looking for? If so, here’s the exact code I used:
<div style="width: 20%; padding: 0 10pt 0 0; float: left;"><img class=" size-medium wp-image-9222 alignnone" src="https://allthetests.files.wordpress.com/2015/04/unsplash_52403df6209f9_1.jpg?w=300" alt="unsplash_52403df6209f9_1" width="300" height="200" /></div> <div style="width: 20%; padding: 0 10pt 0 0; float: left;"><img class=" size-medium wp-image-9220 alignnone" src="https://allthetests.files.wordpress.com/2015/04/kgcbehoslmchyhqa2nfl_76591_667052060003591_1045050051_n.jpg?w=300" alt="KGcbEHoSLmcHyhqA2nfl_76591_667052060003591_1045050051_n" width="300" height="200" /></div> <div style="width: 50%; padding: 0 10pt 0 0; float: left;">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</div>If you want to place the text in the middle, you could just reorder the elements. Just a note, you would want to put this text in the Text Editor, not the Visual Editor.
Can you give that a try?
- The topic ‘Can I have 2 images on one line along with text? Would like to put some explanation between two ima’ is closed to new replies.