Forum Moderators: skibum

Message Too Old, No Replies

How to place ads on your website

How to place ads on your website in the most effective way

         

hfresource

12:14 am on Nov 13, 2005 (gmt 0)

10+ Year Member



Hi,

I'm thinking of selling advertising space on my website.I'm not sure whether to place the advertisers banners on just one page or different pages?And if i put the advertisers banner in different pages let's say 20 different pages,is there any way of placing the banner in a fast way or to do it one by one?

Thanks

eljefe3

2:08 am on Nov 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld.

I'd say make sure whatever you put up is relevant to each individual page benefitting your visitors and your advertisers.

RockyB

7:27 am on Nov 14, 2005 (gmt 0)

10+ Year Member



You can make use of PHP includes to add your banner to each of your pages. For example set up the banner code in a file named 'header.txt', then place this code on the top of all your pages:

<? php
include=("header.txt")
?>

This also has the advantage for you of beng able to change that banner to any other in an instant, just by updating header.txt.

If your pages aren't .php, don't worry either. If you're running on apache you can make the server parse any html files as php, meanin you canstil use this method.