1 joachim Aug 30, 2005 12:41
3 joachim Aug 30, 2005 15:04
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
4 personman Aug 30, 2005 15:15
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>
5 joachim Aug 30, 2005 16:13
..... 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: