Drupal - adding square ads to the body of articles

skefialia

New Member
I need to insert a google adsense square box in the middle of all articles on the site.What is the best approach?The site is in drupal, so I figures I can hook to the view node function. this way the ad won't be saved together with the article. does that make sense? If so, than the question is how do I ensure I won't have image on the other side of the ad (the ad is aligned to the left and should take 50% of the article width)? should I be using a block? but how will I know to place the block in inside the block.So in short, I really have no idea where to start to implement it... How is this thing implemented in all the news sites?
 
Back
Top