• john_mac

    (@john_mac)


    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

    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;
    </script>
    </td>
    </tr>
    </table>

Viewing 1 replies (of 1 total)
  • stvwlf

    (@stvwlf)

    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.