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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -