Title: Theme Help!
Last modified: August 22, 2016

---

# Theme Help!

 *  [JellybeanJaffe](https://wordpress.org/support/users/jellybeanjaffe/)
 * (@jellybeanjaffe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-help-46/)
 * I have created my first WordPress Theme from HTML (..finally!)
 * I want to add a space to the right hand side of my blog posts with profile information
   and links to other sites etc..
 * I am using the below code and it seems to repeat the table td where i would like
   to add the profile and other information?
 * Can anyone shed some light on a solution for this?
    To see what it looks like:
   [http://blog.melbournebridalguide.com.au/](http://blog.melbournebridalguide.com.au/)
 *     ```
       <table style="width: 1000px; height: 150px" cellspacing="0" cellpadding="0" align="center">
       <tr>
       <td style="width: 740px">
   
       <table style="width: 740px" cellspacing="0" cellpadding="0" align="center">
       <tr>
       <td style="width: 200px; height: 44px" background='Date.jpg'>
       <h2>
       <?php the_time('F jS, Y'); ?>
       </h2>
       </td>
       <td style="width: 540px; height: 44px" background='Title.jpg'>
       <h4>
       " rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?>
       </h4>
       </td>
       </tr>
       <tr>
       <td colspan="2">
   
       <div class="entry">
       <?php the_content(); ?></div>
   
       </td>
       </tr>
       <tr>
       <td style="height: 44px" background='Comments.jpg'>
       Posted By <?php the_author_posts_link(); ?>
       </td>
       <td style="height: 44px" background='Comments.jpg'>
       in <p class="postmetadata"><?php _e( 'Posted in' ); ?> <?php the_category( ', ' ); ?></p>
       </td>
       </tr>
       </table>
   
       </td>
       <td style="width: 260px">
       SIDEBAR AND PROFILE TAGS HERE</td>
       </tr>
       </table>
       ```
   
 * Thanks

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

 *  [janet4now](https://wordpress.org/support/users/janet4now/)
 * (@janet4now)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-help-46/#post-5215933)
 * Did you get your theme from here? [http://html5blank.com/](http://html5blank.com/)
 * If so, it suggests using [http://stackoverflow.com/](http://stackoverflow.com/)
   for support on this theme.
 * I can’t tell what file this is and how your theme files work together.
 *  Thread Starter [JellybeanJaffe](https://wordpress.org/support/users/jellybeanjaffe/)
 * (@jellybeanjaffe)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-help-46/#post-5215946)
 * I did use the html5blank.com/ – Ill give stackoverflow a try hopefully this will
   solve my issue

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

The topic ‘Theme Help!’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [JellybeanJaffe](https://wordpress.org/support/users/jellybeanjaffe/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/theme-help-46/#post-5215946)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
