Links
Systems
Email Configuration (change your password and set email forwarding)
Statistics
Want to link to Ben's Hosting?
Some of our clients have asked us for images and code to link to us from their web site, and we're very flattered!
In order to make it easier, we've encapsulated the images, test, link and style into a convenient JavaScript object which you can easily add to your web site's templates. At the moment we only have one look, but if it doesn't fit into your theme, let us know and we'll come up with an alternative.
Simply add this code at the point you want our link to appear:
<script type="text/javascript" src="http://benshosting.com/api/button/script.js"></script>
<script type="text/javascript">
var benshostingbutton = new BensHostingButton();
benshostingbutton.display();
</script>
The result will look like this:
To have the link appear right aligned:
<script type="text/javascript" src="http://benshosting.com/api/button/script.js"></script>
<script type="text/javascript">
var benshostingbutton = new BensHostingButton();
benshostingbutton.setAlignment('right');
benshostingbutton.display();
</script>
The result will look like this: