Hello, Really I don't know what do you say. Do you want to add the code under an extarnal css file? something like that?
yeah. just add code to a part of the page using css, so that all the code is in head or is loaded via css from another file. any ideas?
Everything you need to know can be found via Google but here's a quick run down. Copy & paste your adsense code into a new file and give it an extension such as .html, shtml or .inc Go to your main html page and paste the code <!--#include virtual="/adsense.html" --> where you want the ads to appear. Good thing about this is that you can edit multiple pages by just changing the include file. Depending on your host you may need to use specific file extensions or have them enable it. Its easily setup and well worth using.
Yip 100% Its a very common way of creating pages. *edit* Start with the Apache Tutorial to get more of a background. If you make standard html sites you'll not believe the hassle SSI can save you.
Sorry I know very little about CFM and dont even know if uses SSI. You might want to track down some of the experts on DP and ask them.
Nope it is not possible. Because CSS is used for providing formatting to the page and cannot be used for the inserting the code. But the javascript code can be included in a separate javascript file, but that is against Google TOS.