Please help me place top banner

Discussion in 'Placement / Reviews / Examples' started by jim.sheng, Sep 10, 2008.

  1. #1
    Hello, I spent a lot time trying to place my 468x60 banner on top-right corner in the logo strip, the way same as the top banner on DP forums.

    But the banner seems to get out of the bottom line a bit, and I don't know how to align top-right,

    My website address is: http://en.dayabook.com

    The website use MKPortal as CMS, this CMS seems not quite popular, because it's so difficult to find help.

    Could you have a look, and give me some advice, please. Thank you for your help in advance.
     
    jim.sheng, Sep 10, 2008 IP
  2. maar3amt

    maar3amt Active Member

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #2
    Try find in your source code.


    Find:
    
    <!-- begin logostrip -->
    <tr>
    <td id="mklogostrip" style="background-image: url('./mkportal/templates/default/images/sf_logo.jpg')" width="50%">
     <a href="http://en.dayabook.com/index.php"><img src="./mkportal/templates/default/images/logo.gif " alt="Daya Chinese Community" /></a>
    <script type="text/javascript"><!--
    google_ad_client = "pub-3629125738073219";
    /* 468x60, phpbb_dayabooks_summerhost */
    google_ad_slot = "9231485678";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </td>     
    </tr>
    
    
    Code (markup):

    Replace with:
    
    <!-- begin logostrip -->
    <tr>
    <td id="mklogostrip" valign="middle" style="background-image: url('./mkportal/templates/default/images/sf_logo.jpg')" width="50%">
     <a href="http://en.dayabook.com/index.php"><img src="./mkportal/templates/default/images/logo.gif " alt="Daya Chinese Community" /></a>&nbsp;&nbsp;
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <script type="text/javascript"><!--
    google_ad_client = "pub-3629125738073219";
    /* 468x60, phpbb_dayabooks_summerhost */
    google_ad_slot = "9231485678";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </td>     
    </tr>
    
    
    Code (markup):
     
    maar3amt, Sep 11, 2008 IP
  3. CheapSEO

    CheapSEO Guest

    Messages:
    974
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Good idea. I have used but I'll try to get attractiveness. thank a lot.
     
    CheapSEO, Sep 12, 2008 IP
  4. jim.sheng

    jim.sheng Peon

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks.

    But I have no luck to get it right.

    You seem to let me add some spaces between the logo and ads banner, but those html marks disappear after I save it.
     
    jim.sheng, Sep 13, 2008 IP