Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bbutter

    (@bbutter)

    Ah! Thank you so much! That is perfect.
    Now I don’t mean to look a gift-horse in the mouth but can I ask you one more question?
    How do I get a background image and the content of a page to stay in alignment? I try to centre the text but it stays mostly to the left of the page while the background image moves when I resize my browser. I deleted code like mad trying to get to the pure input of the page, but again, it seems I need to find its relation in the stylesheet. How do I control the alignment of the text of get_content or the_post? I’ve included the simple code of the page template I’m trying to use.

    <?php /* Template Name: Plath
    */ ?>
    <?php get_header() ?>
    <style>
      body
      {
        width:600px;
        background: #000000;
        background-image: url("http://blackmarketbutter.com/wp-content/uploads/2010/08/plath.png");
        background-repeat: no-repeat;
        background-position: top center;
        text-align: center;
      }
    </style>
    <?php the_post() ?>
    			<div class="entry-content">
    <?php the_content() ?>
    
    				</div>
    			</div><!-- .post -->
    Thread Starter bbutter

    (@bbutter)

    Yeah sorry, I meant to include that:
    here‘s the site

    I’m happy to edit the stylesheet if I can only figure out what needs to be changed. Thank you

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