I am trying to make it so my tumblr will show 5-10 photos of my latest "likes". I found this code and it works but it lines the photos up top to bottom in a single row and I would like them from left to right placed next to each other.
{block:Likes}
<center><div id="likes_container">
<h2>Stuff I like</h2>
{Likes limit="5" summarize="100" width="150"}
</div></center>
{/block:Likes}
Everything on my site is centered and the background is stationary so people just scroll my tumblr easily. no sidebars etc... I am a novice at this so please bare with me.
Sure, this is not my tumblr just an example since I am in the process of building my tumblr. On the right side it says "Stuff I Like" it displays the photos of his likes from top to bottom and I would like them displayed left to right.