Title: Theme Coding Problem
Last modified: August 19, 2016

---

# Theme Coding Problem

 *  [john_mac](https://wordpress.org/support/users/john_mac/)
 * (@john_mac)
 * [16 years ago](https://wordpress.org/support/topic/theme-coding-problem/)
 * I’ve altered the coding on a theme to insert Adsense, there was a adsense area
   in the theme on the RH side of site, the google skyscraper didn’t look right &
   needed to be right justified, I used some HTML code to do this but the whole 
   RH side is now at bottom of site. [http://www.singlesski.co.uk](http://www.singlesski.co.uk)
 * Code at present is;
 * <table>
    <tr> <td align=”right”> <script type=”text/javascript”><!– google_ad_client
   = “pub-8234453552381294”; /* 120×600, created 14/05/10 */ google_ad_slot = “7897357931”;
   google_ad_width = 120; google_ad_height = 600; //–> </script> <script type=”text/
   javascript” src=”[http://pagead2.googlesyndication.com/pagead/show_ads.js”&gt](http://pagead2.googlesyndication.com/pagead/show_ads.js”&gt);
   </script> </td> </tr> </table>

Viewing 1 replies (of 1 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years ago](https://wordpress.org/support/topic/theme-coding-problem/#post-1502045)
 * You have div id=”sidebar” inside of div id=”content”. The content div must be
   closed with a </div> before the sidebar div begins. Adding a closing div after
   content will leave an extra closing div after the sidebar ends, that is currently
   closing the content div while including the sidebar div in the content div. You
   will have to remove one extra closing div after sidebar.

Viewing 1 replies (of 1 total)

The topic ‘Theme Coding Problem’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/theme-coding-problem/#post-1502045)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
