Wordpress theme help
This is an extract from my index.php file:
<p class="post-meta">Posted on <?php the_time('j F Y') ?> under <?php the_category(', ')?>. <?php edit_post_link('Edit', '', '. '); ?> </p></div>
<img src="http://brighton-accountants.com/blog/wp-content/themes/TAD/images/line-hdot-blog-long.gif">
<?php endwhile; ?>
The problem is that this leaves a large white space between the 'Posted on...' line of text, and the graphic (it looks like 2 line breaks). Does anyone know how to reduce this down to one line break?
Thank you,
|