Display Advertisments
Back to How To's (HOW TO)
Question
How do I show adverts on my website
Answer
To show adverts on your website, follow the steps below:
- Login to the Siteadmin Control Panel
- V3 users click on Settings and then Ads
- V2 users click on Adverts
- Paste your advert codes in the boxes show. Advert code can be Google ads (as provided by Google) or your own html code for displaying a banner.
Example code for a standard banner
This is just an example and you will need to edit it for your image and links.
<!-- Example Ebay Banner -->
<div align="center">
<a href="http://www.ebay.com" target="_blank">
<img src="http://mywebsite.com/images/ebay-banner.gif">
</a>
</div>