html - How to properly align text to image? -


so, i've got jsfiddle code.

i can't solve amateur problem. need images right aligned text in every single <li>. should aligned symmetrically, maybe vertical-align?

i have no idea how this, though it's easy. every answer appreciated.

i believe looking for: http://jsfiddle.net/cvg3n/13/

notice changed position of <img> tags start of <p> tags. added following css:

img{ float:right; } 

if want image higher, put inside <h1> tag.


Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -