WAHM Forums
The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.
View Full Version : need help w banners
AdrienneR
11-24-2005, 12:11 AM
i have a free geocities site (seen below)
how would i add banners to it? i have figured out how to do everything but....
how would i add banners to it? i have figured out how to do everything but....
kentuckyslone
11-24-2005, 09:25 AM
Hello Adrienne
First you will need to upload the images to your control panel. For example, create a folder called 'images' and then upload your banners to that folder.
Next you will place a link to the banner on the page. Here is an example of how you woud do it:
<img width="468" height="60" alt="Write a short description here" src="http://www.geocities.com/surfingsafarri/images/banner.j pg">
If you want the banner to be a clickable link to another page or affiliate link do this:
<a href="place full url here" target="_blank"><img width="468" height="60" alt="Write a short description here" src="http://www.geocities.com/surfingsafarri/images/banner.j pg"></a>
Naturally you will need to replace the size attribute with whatever the size is for your banner. The target="_blank" will cause the link to open in a new browser window so that your visitor doesnt lose your site.
If you have any further questions about how to do this let me know
DavidEdited by: kentuckyslone
First you will need to upload the images to your control panel. For example, create a folder called 'images' and then upload your banners to that folder.
Next you will place a link to the banner on the page. Here is an example of how you woud do it:
<img width="468" height="60" alt="Write a short description here" src="http://www.geocities.com/surfingsafarri/images/banner.j pg">
If you want the banner to be a clickable link to another page or affiliate link do this:
<a href="place full url here" target="_blank"><img width="468" height="60" alt="Write a short description here" src="http://www.geocities.com/surfingsafarri/images/banner.j pg"></a>
Naturally you will need to replace the size attribute with whatever the size is for your banner. The target="_blank" will cause the link to open in a new browser window so that your visitor doesnt lose your site.
If you have any further questions about how to do this let me know
DavidEdited by: kentuckyslone