I was wondering if anyone knows how I can make the thumbnail appear on the side of the context instead of above it? And how to make the thumbnail have a border?
Open your style.css. Add something like: .imageRight { float: right; border: 1px solid #111111; margin: 0 10px 0 10px; } Then use that class in your image call like: <img src="thumbnail.gif" class="imageRight">