Banner Image Does Not Show

Prev Next

At times a banner image may be selected to show, but the space may appear blank! This can occur both in modules or on pages and typically occurs when content has been copied and pasted into an Editor widget. Content that has been copied and pasted frequently retains additional HTML code from the source it was copied from. This additional HTML may conflict with the code for the page and cause errors such as a banner image not displaying properly.An example page whose banner image is not showing.

Important Note:

The conflicting HTML code may be present in an Editor widget on the page or found in an Editor widget in a module such as Info Advanced. If your review of the HTML in the editor widget(s) on a page reveals no excess/conflicting HTML, check the content of any modules displayed on the page through a widget, as well.

Correct Your Code

  1. Log in to your website solution

  2. Navigate to the page or module where the banner image is not displaying

  3. Ensure that the Live Edit state is toggled to ON:

  4. On a page, access the Editor widget(s) by clicking anywhere in the body of text

  5. Click the Code View button: The Editor Widget toolbar with the Code View icon highlighted.

  6. In the code view, investigate the page for excess HTML, especially any that references a container: The Code View of an Editor Widget with unnecessary HTML code highlighted.

  7. Remove all container-referenced HTML

  8. Click the Done Editing button: The Done Editing (checkmark) button to close an Editor Widget.

  9. Click the Save button: The Save button in the top right corner of the page.

  10. Clear your browser cache

    Note:

    You may also load the page in a private window to see if the changes are reflected on the page.

The cleaned-up version of the previously displayed HTML would look like:

Example HTML code with the unnecessary HTML that was preventing a banner image from displaying removed.