What's the best practice when it comes to aligning images horizontally in html/css? -
this how typically causes issues. i'll float images content below gets screwed because don't float. suggestions?
<p>this content</p> <img src="" /> <img src="" /> <p>this more content</p>
you can use display: inline-block
.
Comments
Post a Comment