Viewing 1 replies (of 1 total)
  • Plugin Author reviewmylife

    (@reviewmylife)

    Hi,

    I’ve had a look at your site. I see that particular titles’s HTML looks like this:

    <p><a href="#" name="1">What is the inter-linking river project?</a></p>

    And I’m guessing that when you use H1 it looks something like this:

    <H1><a href="#" name="1">What is the inter-linking river project?</a></H1>

    Ad Injection’s random ad insertion works by searching for </p> tags and using these as the ad insertion points. By changing the title you have removed one of the ad insertion points. Which if course affects where the ads can be inserted.

    If you want the behaviour to be the same with H1 are you able to surround the H1’s with paragraph tags? Perhaps like this:

    <p><H1><a href="#" name="1">What is the inter-linking river project?</a></H1></p>

    I don’t know if this will look wierd, but it might be worth a try.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ad Injection] Random Ads are not displayed if html is in the top’ is closed to new replies.