Announcement

Collapse
No announcement yet.

Google Adsence in Actinic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google Adsence in Actinic

    HI Guys,
    Just a quick question,
    I am putting google adsence onto my home pages on my website and I want to put it in a column on to right hand side of my site but I don’t know what line to paste the Absence unit code.
    I have found how to put it in the left hand side column where i currently have menu options and new products/best sellers and have put on the top of the page.

    Do I need to enter some code to create a right hand side column first?
    If so can someone give me the code to paste in and what line to paste it to.
    Or is there a setting in actinic to create a right hand side column in design?

    Many thanks in advance, I would be most grateful of any help or ideas.
    my website is www.onestopfoodsuk.com
    Last edited by Onestopfoodsuk; 05-Jun-2009, 01:20 PM. Reason: Changed the question

    #2
    Hi Simon,

    I am afraid adding a right hand column is not as simple as inserting a line of code as you dont currently habve a right hand column, to srart off with I would change your adsence to a skyscraper because it will not fit in when it is that wide.

    also I would make your left hand column smaller as the adsence will take up most of the page.

    Now im not sure if this is the easiest way but it is how I would do it, First you will need to add a new div so in actinic just click on where it has actinic stylesheet, now scroll to the bottom and add

    #rightside{
    Float: right;
    width: adsencewidth;
    padding-top: 0px;
    }

    Now go into your website and click on find where your inner layout is positioned in the code just above your inner layout put

    <div id="rightside>adsencecodeinhere</div>

    obv change the adsencecodeinhere and adsencewidth,

    let mw know if this works, it might not as im not sure on how you are using your layout, but I would suggest backup just incase
    www.simonstaton.co.uk

    Comment


      #3
      you might want to reconsider puuting adsense on your shopping pages as this only serves to give people an option of leaving your site. When did you last see an advert for Tesco on the shelves of Sainsburys

      Comment


        #4
        Originally posted by pinbrook View Post
        you might want to reconsider puuting adsense on your shopping pages as this only serves to give people an option of leaving your site. When did you last see an advert for Tesco on the shelves of Sainsburys
        Yes I thought of that, and saw that problem when I put on the smaller text adds. It was showing adds for other food shops on line.
        I found away round this by selecting Picture adds only On there its very rare to find an on line food store that uses that sort of advertising and now I think it works.

        Comment


          #5
          Fire fox problems

          Hmmmm thats strange.
          ok I have entered the code for Adsence were I want it on the top of each page.
          On the view in actinic it is in the correct place.
          When i view it from Internet explorer in my shop, I have the Logo, then the Scroll text, then the google advert (Adsence) then I have a picture of a shopping trolley with a purple back ground.
          All this works fine in explorer and is how is should be.
          When you go to the store section to shop, it also looks fine.

          BUT!!!
          In FireFox I have a couple of problems.
          ON the front page The scroll text is in the correct place then the Adsence advert, but the shopping trolley picture has gone and I have a cream gap below were it should be.

          Then when I go into the one line store pages, it dose the same thing but also the Scrolling text sticks out further on the right hand side....

          Like I say it perfect in Explorer (Except for the fact that for some reason its not showing any google ads on my pc at home with explorer... Not sure why...

          Dose anyone have both browsers and take a look at my website in both browsers to see the differences.
          I don't know why its doing that..... or how to resolve it.
          Any help would be very gratefully received.

          www.onestopfoodsuk.com

          Comment

          Working...
          X