Title: Wayde's Replies | WordPress.org

---

# Wayde

  [  ](https://wordpress.org/support/users/wayde/)

 *   [Profile](https://wordpress.org/support/users/wayde/)
 *   [Topics Started](https://wordpress.org/support/users/wayde/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wayde/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wayde/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wayde/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wayde/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wayde/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Menu changes per page](https://wordpress.org/support/topic/menu-changes-per-page/)
 *  Thread Starter [Wayde](https://wordpress.org/support/users/wayde/)
 * (@wayde)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/menu-changes-per-page/#post-1156122)
 * thanks for your help.. dont think it worked..
    and as bad as iv been tryin the
   last few days… iv just put to table cells and its fixed it..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [First time making theme..](https://wordpress.org/support/topic/first-time-making-theme/)
 *  Thread Starter [Wayde](https://wordpress.org/support/users/wayde/)
 * (@wayde)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/first-time-making-theme/#post-1155976)
 * i found a work around and made the top image i wanted part of the header..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [First time making theme..](https://wordpress.org/support/topic/first-time-making-theme/)
 *  Thread Starter [Wayde](https://wordpress.org/support/users/wayde/)
 * (@wayde)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/first-time-making-theme/#post-1155962)
 * Ok Heres the link. [http://darkhearts.co.nz/wordpress/](http://darkhearts.co.nz/wordpress/)
 *     ```
       <div id="page">
       <?php
       /**
        * @package WordPress
        * @subpackage Classic_Theme
        */
   
       get_header();
       ?><div id="align">
       <div id="content_top"></div>
       <div id="content">
       <div id="post">   
   
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
       <?php the_date('','<h2>','</h2>'); ?>
   
       <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
       	 <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
       	<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_tags(__('Tags: '), ', ', ' — '); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
   
       	<div class="storycontent">
       		<?php the_content(__('(more...)')); ?>
       	</div>
   
       	<div class="feedback">
       		<?php wp_link_pages(); ?>
       		<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
       	</div>
   
       </div>
   
       <?php comments_template(); // Get wp-comments.php template ?>
   
       <?php endwhile; else: ?>
       <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
       <?php endif; ?>
   
       <?php posts_nav_link(' — ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
   
       </div>
       </div>
       <div id="content_bottom"></div>
       </div>
       <?php get_footer(); ?>
       </div>
       ```
   
 *     ```
       @charset "UTF-8";
       /* CSS Document */
   
       /* body */
   
       body
       {
       	background-color:#000;
       	text-align:center;
       	margin: 0 0 0 0;
       	padding: 0;
       }
   
       #page
       {
       	width: 961px; height:100%;
       	text-align:left;
       	margin: auto;
       	padding: 0;
       }
   
       #header
       {
       	background: url(images/header.png);
       	position: absolute;
       	height: 290px;
       	width: 961px;
       	z-index: 4;
       }
   
       #content
       {
       	width: 551px;
       	background-color:#fff;
   
       }
   
       #align {
       	width: 551px;
       	padding: 200px 0 0 130px;
   
       }
       #content_top
       {
       	background:  no-repeat url('images/content_top.png');
       	z-index: 2;
       	width: 551px;
       	height:100px;
   
       }
   
       #post
       {
       	padding: 0 0 0 0;
       	background-color:#FFF;
       	}
   
       #content_bottom
       {
       	width: 551px;
       	height:108px;
       	background-color: #000;
       	background-image: url(images/content_bottom.png);
       	background-repeat: no-repeat;
       }
       ```
   
 * So keepin in mind im not a coder just a “hobbyist” its prob some thing simple??

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