i think i found it , i had to add this code in index.php
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
<div style=”clear:both;”></div>
</div>
but some post i have looks weird? i’ll try to fix that, aslo i want to put space between previous/next link, if anyone can help me with that thax