2 personman Aug 30, 2005 14:29


that sounds good to me ... just one small error 
look @ http://www.snigles.de @ navigation "Blog" 
how can I move it a little bit to the left, that it fits to the navigation?
regards
Joe

There's a <ul> tag right before the bloglist gets displayed.  Move it to right after the bloglist get's displayed.  In other words, change
<ul>
<?php // BlogListL for aligned left, BlogListC for aligned center, BlogListR for aligned right ?>
<div id="BlogListC">
<?php require( dirname(__FILE__).'/_bloglist.php' ); ?>
</div> 
to 
<?php // BlogListL for aligned left, BlogListC for aligned center, BlogListR for aligned right ?>
<div id="BlogListC">
<?php require( dirname(__FILE__).'/_bloglist.php' ); ?>
</div> 
<ul>..... it works :lol:
Kind regards
Joe
I think should do it. Open up Kubrick2evo.css and find this chunk of code:
Delete it. Replace it with: