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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -