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.
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> <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):
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.