Hi!
My probleme is easy (i hope it so :D )
I've got a picture fore every category. This picture shoud be in the same line like the post (left from the post...)
At this moment the picture is over the post...
See it here: http://chaserver.de
And here, the lines from the _main.php
(...)
</div>
<div class="bText">
<img src="http://chaserver.de/images/<?php $Item->main_category(); ?>.gif" />
<?php $Item->content(); ?>
<?php link_pages() ?>
</div>
<div class="bSmallPrint">
<?php $Item->permanent_link(); ?>
<?php $Item->feedback_link( 'comments', ' • ' ) // Link to comments ?>
<?php $Item->feedback_link( 'trackbacks', ' • ' ) // Link to trackbacks ?>
<?php $Item->feedback_link( 'pingbacks', ' • ' ) // Link to trackbacks ?>
<?php $Item->edit_link( ' • ' ) // Link to backoffice for editing ?>
<?php $Item->trackback_rdf() // trackback autodiscovery information ?>
</div>
Try adding class="leftmargin" to your img tag.