The image in the profile banner is added using inline CSS. The recommended solution is to save the banner images in the /images/banner/
folder using the person’s full name separated by dashes. Example: bob-smith.png
. Then update the inline background image on the .profile-banner
div. It should look like the following example: <div class="profile-banner" style="background:url(/images/banner/bob-smith.png) no-repeat right bottom">
Attention
On any page with this message displayed you can click the button to view this page in the Version 5 format.