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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

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