Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

...

We can add a Course Banner in all elements

  1. Create the banner image; Recommended Image size: 3200 × 600px

  2. Save the images file as: course_banner.png

  3. Go to Studio and navigate to the Unit and Add an HTML / Raw HTML component.

  4. 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

  1. Create the banner image; Recommended Image size: 3200 × 600px

  2. Save the images file as: course_footer.png

  3. Go to Studio and navigate to the Unit and Add an HTML / Raw HTML component.

  4. 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>
  1. Save the component and you will see the banner on top of the content section.

  1. Copy these steps in all the content Units where you want to see the course banner.