Table of Contents | ||||
---|---|---|---|---|
|
...
We can add a Course Banner in all elements
Create the banner image; Recommended Image size: 3200 × 600px
Save the images file as: course_banner.png
Go to Studio and navigate to the Unit and Add an HTML / Raw HTML component.
Insert the following code:
Code Block |
---|
<p style="text-align: center;"><a><img src="/static/course_banner.png" alt="open-edx" width="800100%" margin-left:="" auto="" margin-right:="" class="center" /></a></p> |
...
We can add a Course Banner in all elements
Create the banner image; Recommended Image size: 3200 × 600px
Save the images file as: course_footer.png
Go to Studio and navigate to the Unit and Add an HTML / Raw HTML component.
Insert the following code:
Code Block |
---|
<p style="text-align: center;"><a><img src="/static/course_footer.png" alt="capopen-netedx" width="800" margin-left:="" auto="" margin-right:="" class="center" /></a></p> |
Save the component and you will see the banner on top of the content section.
Copy these steps in all the content Units where you want to see the course banner.