Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 22, 2013, 03:49:08 pm

Login with username, password and session length
Members
Total Members: 10766
Latest: Heater Sajid
Stats
Total Posts: 32383
Total Topics: 5479
Online Today: 67
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 47
Total: 47
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Why such a different location between these two?  (Read 844 times)
ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« on: September 01, 2011, 10:14:20 pm »

I was just using a image of a google ad until I got the ad placement where I wanted.

Code:
<br><img src="https://www.google.com/adsense/static/en_US/images/728x15.gif">

I had to use one br to drop the image down just were I wanted it in the center as show in first attachment, adgood..

Then I replaced the ad code with the google adsense script and it drops it way down, as show in the second attachment, adlow...

I have been trying to adjust the google adsense code placement, but don't know if it's possible.

Here is the code as I have it in the index.template.php file.

Code:
echo '
', empty($settings['site_slogan']) ? '<img id="smflogo" src="' . $settings['images_url'] . '/smflogo.png" alt="Simple Machines Forum" title="Simple Machines Forum" />' : '<div id="siteslogan" class="floatright">' . $settings['site_slogan'] . '</div>', '';


// Begin Ad Seller Pro Location - Test Location

global $sourcedir;
include_once $sourcedir . "/adseller2.php";

$adSellerAdData =  ShowAdLocation(1000);

// Check if any ads where found
if ($adSellerAdData != false)
{
// Dispaly the advertising code
echo $adSellerAdData;
}

// End Ad Seller Pro Location - Test Location
 
 echo '



</div> <div id="upper_section" class="middletext">
<div class="user">';

I have tried moving the Ad Seller Pro code around, but just seem to break it everytime I try something different.

Is it just the way it is or can it be adjusted so the google adsense ad displays higher up?

Thanks,
Logged

ApplianceJunk
Sr. Member
****
Offline Offline

Posts: 410



View Profile WWW
« Reply #1 on: September 02, 2011, 08:31:30 am »

After sleeping on it I wondered what would happen if I put the adsense code in a table first. Smiley

That did the trick...

With the adsense in a table it acts just like my image did that I was using to help locate the ad placement.

Anyway I go the ad just where I want it now, thanks for the great mod!
Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 10999


View Profile
« Reply #2 on: September 02, 2011, 08:38:35 am »

Glad you got it working. Yeah sometimes a table will keep the code in place. Adsense and scripts like that behave a little differently so sometimes either a table or div helps keep them in order.
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 03:00:09 pm]

[Today at 10:44:26 am]

[Today at 03:03:31 am]

[May 21, 2013, 03:27:16 pm]

[May 21, 2013, 02:11:10 pm]

[May 21, 2013, 01:18:58 pm]

[May 21, 2013, 12:22:02 am]

[May 21, 2013, 12:20:41 am]

[May 19, 2013, 11:13:02 pm]

[May 19, 2013, 08:18:27 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.121 seconds with 20 queries.