Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Header

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:

<p style="text-align: center;"><a><img src="/static/course_banner.png" 
alt="open-edx" width="800" margin-left:="" 
auto="" margin-right:="" class="center" /></a></p>

5. Save the component and you will see the banner on top of the content section.

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

Footer

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:

<p style="text-align: center;"><a><img src="/static/course_footer.png" 
alt="cap-net" 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.

  • No labels