I would like to put ads in between the content of joomla page body. not before the body or after but in between the content of the body. is that possible?
Yes, its possible with mosloadposition command {mosloadposition modulename}. Example: make new module ie advert1 , put your ads code in the module, than called the module in the article with {mosloadposition advert1}.
Agree with bnandika, but if you are looking for a professional joomla component that can handle it, take a look at: http://www.ijoomla.com/ijoomla-ad-agency/ijoomla-ad-agency/index/.
i think he wants to insert ads in content not in a certain module. To insert ads in modules, you can use HTML module and copy the code there and if you want to add adsense in your content you should use a Mambo for adsense.
i use jumi which is a free extension. it comes with both a plugin and a module. but it has to be added within the content.
Just do simple way, with mambot command which already built in joomla, you can call any module in your content with {mosloadposition modulename} for joomla 1.0xx or {loadposition modulename} for joomla 1.5xx, no need using extensions
Yes, it is possible. When you are putting the content of the page into the WYSIWYG editor, there is a link in the editor that says "html". You can use it to insert the html code for your ads.