Jump to content

Recommended Posts

Posted

Hello everyone,

 

I have created a nice looking badge that you can configure and include on your website:

 

Image looks similar to, but not exactly like:

 

heliohost.org Please use .svg not .png or .jpg

 

Direct link:

https://img.shields.io/badge/Powered By-HelioHost-F39433.svg?style=for-the-badge&link=https://bailey.guru&link=https://heliohost.org

 

You can include this in HTML and define the height. I recommend only defining height OR width not both.

 

<a href="https://heliohost.org">
<img alt="Powered By HelioHost" style="height:100%" src="https://img.shields.io/badge/Powered By-HelioHost-F39433.svg?style=for-the-badge&link=https://bailey.guru&link=https://heliohost.org" />
</a>
Append &colorB=[HEX Colour] (for example &colorB=BD5D38) to the end of the URL to change the background colour behind "Heliohost"

For example ...//heliohost.org&colorB=BD5D38

Posted

Great badge @Bailey!

But there are two syntax errors:

So the correct code is:

<a href="https://heliohost.org">
<img alt="Powered By HelioHost" style="height:100%" src="https://img.shields.io/badge/Powered By-HelioHost-F39433.svg?style=for-the-badge&link=https://bailey.guru&link=https://heliohost.org">
</a>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...