ok, if you havent used style sheets before, try going to [url]http://www.w3schools.com/[/url] and have a look around the "CSS" section for a bit of an intro...

the code which should work for this is:

<style type="text/css"></style></style>
<!--
.album {float: left}

-->
</style>
between the <head> and </head> tags

then where you have the album details in the html file, you need to put
<div class="album">
before the album code
and
</div>
after the album code...this will then put each album into its own little box which should do what i claimed

if you have any problems, post here the code you are using, and i can have a look. good luck