unfortunately that’s not working…
http://img216.imageshack.us/my.php?image=pagessjg3.png
CSS for active page number (the same as a:hover)…
background-color: #3776BD;
padding: 3px;
color: #FFFFFF;
?
Larger picture
http://img84.imageshack.us/my.php?image=screengr1.png
Code in Single Post (single.php)
...<div class="post-content">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div id="strani">
<?php wp_link_pages(array('before' => '<p><strong>Stran:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<?php comments_template(); ?>
</div>
<?php endwhile; else: ?>
<?php fourOhFour(); ?>...