Search engine

Question by learning80:
Need Help With Website Programming…?

Built my own site using a wysiwyg editor a few months ago. It’s getting more and more traffic and I would like to begin selling advertising space in addition to the adsense earnings that are coming in.

How can I set up the advertising space so that I do not have to change 100 pages just to get the ads online?

I do not know anything about style sheets and I do not have it on my pages. I do not use WordPress either and would like not to change over unless it’s necessary.

Or is it done with Java Script?

Where can I learn about these things?

Thank you!!


——————————————

Answer by Rob J
Switch your file extensions to .php

make a new php file called ads.php and place ONLY the advertisement code there

on each page, where you want the ad to appear put:

include('./ads.php');
?>

Thats the simplest way. I would just switch to a PHP powered website entirely if you want to update it frequently.

——————————————
Give your own answer to this question below!