|
This is a question we receive
a lot, and unfortunately, it is a little like telling you how
to drive to work, it really depends on where it is and where
you are. Similarly, how to get banner code to appear in your
web page depends on who your hosting service is, and what if
any online tools they provide. If they don't, you will need have
the proper tools, and know how to use them. Editing a page can
be a dangerous thing if you don't know what you are doing, and
if you feel uncertain about doing so.
If you're new to web page development and/or maintenance, we'll
cover two possible general scenarios on how to copy the linkreferal
code so that it appears on your desired web page. We generally
encourage that you ask your specific web site support team about
editing pages, as the tools and procedures can vary between hosting
services.
|
NOTE:
If you are an affiliate
of a program like www.sixfigureincome.com or www.goingplatinum.com,
it is likely you cannot change the look of the page itself as
it is just their homepage with your referral number. |
tools you may need -
An HTML editor - This
is a program where you do your work to make changes to the HTML
code There are fancy ones like Frontpage and Dreamweaver that
cost money, there are free ones like arachnophilia available
at http://www.softseek.com, or you can even just use notepad
on your computer.
An FTP client - This fetches and sends the page once
your done working with it on your computer. a good free one is
cuteFTP available at http://www.softseek.com.
(Your won't need these if your hosting
service has an online program to edit documents right from your
browser. In that case, find the file you which to change, make
the changes in the window, and press the submit button.)
1. For people
that edit pages with an HTML editor and FTP to their server -
commonly this will be people who have their own www.mydomain.com
and use HTML editors like Frontpage, Arachnophilia, Dreamweaver,
or just notepad etc...
1) use the FTP program to download the page to be edited (once
you get the FTP program, refer to the instructions on how to
transfer files)
2) open the file using an HTML editor or notepad
3) highlight the code you wish to use by right clicking your
mouse
4) choose 'edit > copy' at the top of the browser
5) find the spot you would like to add your code within your
file
6) choose 'edit > paste' at the top of the browser
7) choose 'file > save ' to save your file
8) upload the file to the proper directory using your FTP program
2. For people that edit
pages with a web browser (like Netscape or Internet explorer)
-
commonly these will be people who
get free space with a name like www.mydomain.hostcompany.com,
or www.hostcompany.com/mysite, and use a program in the browser
to type or choose the code and press a submit button to update.
1) find the appropriate tool the host provides on the site for
editing your HTML files
2) choose an editing option which allows you to insert straight
HTML code
3) highlight the code you wish to use by right clicking your
mouse
4) choose 'edit > copy' at the top of the browser
5) find the spot you would like to add your code within your
file
6) choose 'edit > paste' at the top of the browser
7) choose 'file > save ' to save your file
8) press submit button on the editing tool the host has provided |
|