Title: Page formatting help
Last modified: August 19, 2016

---

# Page formatting help

 *  Resolved [skakels](https://wordpress.org/support/users/skakels/)
 * (@skakels)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/page-formatting-help/)
 * Hi All,
 * I am using WP 2.5.1 with the [Whitespace](http://www.briangardner.com/themes/whitespace-wordpress-theme.htm)
   3-column theme. I am very new to CSS/PHP and I have just ventured into WP within
   the past week. Needless to say, I am having a slight problem formatting my WP
   page.
 * Per the below link to my website, I am having a problem forcing the “Continue
   Reading…” string to a new line below an excerpt of my post. Currently the string
   is appending to the end of the excerpt.
 * [http://shortlink123.bounceme.net](http://shortlink123.bounceme.net)
 * The code to generate my excerpt is listed below. How do I make the “Continue 
   Reading…” link appear two lines below the actual excerpt?
 *     ```
       <div id="contentleft">
   
       		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       		<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
   
                       <?php the_content(__('Continue Reading...'));?><div style="clear:both;"></div>
       ```
   
 * I have a feeling this is a simple PHP command, however I cannot seem to figure
   it out. Thank you all in advance.
 * For example,
 * My current formatting is:
 * > Yadda yadda yadda, this is my excerpt of a post. Continue Reading…
 * I would like it to be:
 * > Yadda yadda yadda, this is my excerpt of a post.
   > Continue Reading…

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Eric Amundson](https://wordpress.org/support/users/sewmyheadon/)
 * (@sewmyheadon)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/page-formatting-help/#post-803596)
 * Add this to your style.css file:
 *     ```
       a.more-link {display:block;}
       ```
   
 * Hope that helps.
 *  Thread Starter [skakels](https://wordpress.org/support/users/skakels/)
 * (@skakels)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/page-formatting-help/#post-803672)
 * Perfect! That worked beautifully. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page formatting help’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [skakels](https://wordpress.org/support/users/skakels/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/page-formatting-help/#post-803672)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
