Forum Moderators: not2easy
<div id="content">
<div class="postarray">
<a class="posttitle" title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
<p class="meta"> <?php the_time('jS F Y') ?>//<?php the_category(', ') ?>//<?php the_author(); ?></p>
<?php the_post_thumbnail(array(300,9999), array ('class' => 'alignleft')); ?>
<p class="thumbtext"><?php the_excerpt(); ?> </p>
<div class="clear"></div>
</div>
</div>
.postarray {width: 300px;height: auto;padding: 5px;border-bottom: solid 1px black;margin: 10px;vertical-align: baseline;float: left;display: block; }
#content {position: absolute; top:0px;left: 200px;width: 1020px;height: 1020px; background-color: silver;overflow: auto;}