NEED HELP WITH WEBSITE PROGRAMMING…?

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!









about 1 year ago
about 1 year ago
The target of the link determines where it opens.
click here opens in a new window, click here doesn’t. That’s HTML, it has nothing to do with Javascript.