Skip to content Skip to sidebar Skip to footer

Html Comment List

I have tried tried coding a comment list where the avatar is supposed to display on the left, and the name and comment are supposed to display on the right. Any help solving the is

Solution 1:

Place the <img>s before the paragraphs (where they seem to belong anyway). Then have them float: left. You can add a margin to the right of them as well to create more spacing if you like.

http://jsfiddle.net/Q8emr/

Post a Comment for "Html Comment List"