Remove spaces?
-
Could someone please tell me how I can remove the spaces between the date, the title and the content? I would like a <BR> as opposed to a but can’t find where to edit this.
Here is the blog page https://www.fetal.ca showing the spaces and here is the code that calls the content.
<!– // loop start –>
<?php foreach ($posts as $post) { start_wp(); ?>
<?php the_date(“D M d Y”,”<h4><I>”,”</I></h4>”); ?>
” rel=”bookmark” title=”Read More: <?php the_title(); ?>”><b>
<?php the_title(); ?>
</b>
<?php the_content(); ?>
<?php link_pages(“
Pages: “,”
“,”number”) ?>
<?php } ?>
<!– // loop end –>
Thanks for your help.
- The topic ‘Remove spaces?’ is closed to new replies.