Jump to content

ForumSecure

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ForumSecure's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. It is a modified Adsense code. I need it centered but when I try to center it then it ends up centering everything else on the page as well.
  2. That code is a modified version of a Google adsense code. I am trying to put it on my website and have the ads centered on the page.
  3. I am just trying to figure out how to center this code: $result = hs_check_adsense(50); if($result === false) { $result = array( 'id' => 'pub-73783498593', 'slot' => '43543563', ); } $ad_code = '<script type="text/javascript"><!-- google_ad_client = "' . $result['id'] . '"; google_ad_slot = "' . $result['slot'] . '"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> '; Please tell me what I need to do to make this centered.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.