September 10, 2007

How to add my own images and links to my site

Hi,

When you have ordered your own Article Site.

You can modify 4 images.

On the top left of your site you will see this image

TAS Logo

You can replace this image with an image branded to suit your site
create an image
height = 145
width = 208

then via ftp over write the image at yourdomain.com/images/logo.jpg

There are three additional images loading on all pages of your site, located in the top center of your site, directly to the right of this previously mentioned image.

these are located on yourdomain.com/banners/
bannerA.gif
bannerB.gif
bannerC.gif

Each of these images is hyper linked to an individual php file. e.g

http://www.yourdomain.com/banners/A.php
http://www.yourdomain.com/banners/B.php
http://www.yourdomain.com/banners/C.php

These 3 images are rotated, and will display another of the images every time the page is reloaded.

This means you can promote 3 addition products from your Article site.

You will need to create one image for each of the additional products you are promoting.

width="397"
height="146"

Or you can use one image and save it as
bannerA.gif
bannerB.gif
bannerC.gif

which will result in the same image being rotated.

in your /banners/ directory on your website.

download the 3 php files called
A.php
B.php
C.php

in these files you can edit these to redirect to the product you are promoting.

This is example code you can use.

=======================

<? header("Location: http://www.someproducturl.com"); ?>

=======================

By doing the above, you can customise your Article site to your own brand, at the same time promoting three additional products or affiliate products

If you need a designer to help you with your images, ask in the forum for help, there are many designers in the forum.

http://www.theadsensebuzz.com/forum/

Permalink • Print