Script: Add Content Below Navigation Bar

This article will help you Add Content Below the Navigation Bar


Background

You may need to display text, image or pipe in content at the very bottom of a specific page. This article will show you how to accomplish this. See an example below:


Instructions

  1. Program your question as needed
  2. Add the following code to the 'ADD JAVASCRIPT' field
    1. See article: Adding JavaScript and/or CSS to a Question
    2. Replace the 'YOUR CONTENT HERE' to the text, image or piped in content you want to show at the very bottom of the specific screen
  3. jQuery('<div style="text-align:center;">YOUR CONTENT HERE</div>').insertAfter(".cm-survey-navigation");
    	
  4. You are done. Make sure to test!
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.