Recent Topics

1 Feb 02, 2007 19:49    

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', ' &bull; ' ) // Link to comments ?>
			<?php $Item->feedback_link( 'trackbacks', ' &bull; ' ) // Link to trackbacks ?>
			<?php $Item->feedback_link( 'pingbacks', ' &bull; ' ) // Link to trackbacks ?>

			<?php $Item->edit_link( ' &bull; ' ) // Link to backoffice for editing ?>

			<?php $Item->trackback_rdf() // trackback autodiscovery information ?>
		</div>

2 Feb 02, 2007 20:32

Try adding class="leftmargin" to your img tag.

3 Feb 02, 2007 21:15

Yes!
It work's great!

Thank you, and have a nice weekend


Form is loading...