Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi. I can’t right click the page to view source code. I need to see the page structure in order to be helpful.

    Thread Starter spenn

    (@spenn)

    Is that the code when I go to Appearance -> Editor?

    Yes.

    Thread Starter spenn

    (@spenn)

    <?php
    /**
    Template Name: Blank Template – No Styles

    */
    ?>
    <html>
    <head>
    <title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo(‘url’); ?></title>
    <?php wp_head(); ?>
    </head>

    <body style=”margin:0px;>

    <?php while (have_posts()) : the_post(); ?>
    <div id=”page-content”>
    <?php the_content(); endwhile; ?>
    </div>
    </body>
    </html>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Content Box & Background’ is closed to new replies.