A logo can easily be added to your certificate by adding a small line of HTML code to the Edit Achievement’s page.
Step #1 Uploading your Logo to Blackboard
First you will need to upload your logo to your Content Collection.
Since we uploaded the image directly to the course’s content collection, students are not given read access by default. To fix this we need to give students access to the file.
Step #2 Adding your Logo
To add the logo we will need to edit the Issuer Name that is located on the Select Reward tab of the Edit Achievement page.
Instructions
- Using the code below, paste the URL of your image in the PASTE IMAGE URL HERE placeholder.
- To ensure accessibility, enter the name of your organization in the ENTER ORGANIZATION NAME HERE placeholder.
- When your code is complete, paste the finished code in the Issuer Name field and click submit.
Code
<img alt="ENTER ORGANIZATION NAME HERE" src="PASTE IMAGE URL HERE" />
Sample
<img alt="Eric A. Silva" src="https://bblearn.ericsilva.me/bbcswebdav/courses/EAS-TEST/Logo.png" />
Thanks very much for the post Eric. Such a simple hack and yet so effective! 🙂 I’ve tested this out on our Bb DEV instance and it works great! Now we don’t have to apologize to our users – as much – about the extreme plainness of the auto-generated Achievement tool certificates.
Thanks for your work and for sharing.