Tranquility tip

To wrap text around a photo in the Tranquility theme from Roy Tanck, the one I’m using now, go to styles.css and find the line for the story content image (.storycontent img) and add a float tag: .storycontent img { border: 4px solid #111; margin: 4px; float: left; margin-right:10px; margin-bottom:10px; } I thinned the border [...]