Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is it possible to delete my previous question?

    This is the .php information. Excuse me, if I’m not using the right terminology.

    <?php
    /**
    Template Name: Fashion-Splash

    */
    ?>
    <!DOCTYPE html>
    <!–[if IE 7]>
    <html class=”ie ie7″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if IE 8]>
    <html class=”ie ie8″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if !(IE 7) | !(IE 8) ]><!–>
    <html <?php language_attributes(); ?>>
    <!–<![endif]–>
    <head>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <style type=”text/css”>
    body { background-color: #000000; background-repeat: repeat-y; background-position: top center; background-attachment: scroll;}
    </style>

    <title>Donnasaggio Splash</title>
    <?php wp_head(); ?>
    </head>

    <body>
    <div id=”container” class=”Blank-fullwidth”>
    <div id=”content” role=”main”>
    <div id=”page-content”>
    <?php the_content(); endwhile; ?>
    </div>
    </div>
    </div>
    </body>
    </html>

    The page I want to change does not have a body class. The information below is the only page source information:

    <b>Parse error</b>: syntax error, unexpected ‘endwhile’ (T_ENDWHILE) in <b>/home/content/p3pnexwpnas01_data01/98/2230398/html/wp-content/themes/fashion/Blank-Page.php</b> on line <b>31</b>
    .

    Any idea how I can get the body class included? Or how can a change the background color for this page?

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