Archived topic
Images Side by Side
5 replies · Started by Pete Baker on March 14, 2015
Hi, can anyone advise on how I can make my post images display side by side.
My post width is 800, I've made the two images 400 but can't get them to display next to each other.
Thanks in advance
Pete
Within your content? Have you tried going into the "Text" tab and making sure the code for each image sits next to each other? Like this:
<img src="..." /><img src="..." />
Hi Tom,
Yes I've tried this and it's had no effect.I'm using captions on both pics so that line looks more like this -
[/caption][caption id="
Pete
In that case, I would create a gallery with the two images: http://codex.wordpress.org/The_WordPress_Gallery
Thanks Tom, that fixed it.
Awesome :)