I have a review site where a lot of people just scroll to the bottom of the page to checkout reviews and thus don't really see any of the banners at the top of the page.
Most of the reviews are pretty short so I'd like to find a way to float 120x240 banners to the left of the main body of each comment. Obviously, it would be nice to have different ads next to each one.
Ideally, I'd like to create the code for a banners manually and add them to the post in custom fields named ad1, ad2, ad3, ad4, etc. Whether or not the ad code dropped into these custom field was just a .jpg anchored with an affiliate link or if it was an Adsence code shoudln't matter.
When WordPress generates the post it would then display ad1 to the left of the first comment, ad2 to the left of the second comment, etc.
I'm guessing that this would be a really simple line of code to punch into the comments page on my theme. Any guidance is greatly appreciated.