SyntaxFix
Write A Post
Hire A Developer
Questions
This will display the three images side by side if the images are not too wide.
<p float="left"> <img src="/img1.png" width="100" /> <img src="/img2.png" width="100" /> <img src="/img3.png" width="100" /> </p>