Steps to insert your iAd:
At the "very bottom" of the page, create a new line before </body></html> Insert the following as one line of code, no line breaks:
<script src="http://www.innovateads.com/iads/iad.php?id=YOUR ID#"></script>
Note: This script will only work on pages from the following domain(s): www.yourwebsite.com
If your web page includes Flash swf files? Proceed to step two. If the page does not included Flash swf files, iAD insertion is complete!
Search for each <object> flash movie. Each object swf must be set to "opaque" as to not interfere with the placement of the transparent iAd.
2A. Create a new line below <object> just above <embed ..................>. Insert this line:
<param name="wmode" value="opaque">
2B. Add the following inside the <embed> tag:
wmode="opaque"