Custom Background Images
- Last Updated: July 29, 2025
- 1 minute read
- MOVEit Transfer
- Version 2022
- Documentation
Your custom scheme might require the use of custom background images.
SysAdmins must copy custom images manually into the proper directories on the filesystem.
Best practice: Have your custom background use a location and a naming convention.
- Save your custom background images in the images\customscheme directory. Name your images as SCHEMENAME_STYLE.EXT.
- To access your custom image from a stylesheet, use the following relative
syntax:
BACKGROUND-IMAGE: url(../images/customscheme/SCHEMENAME_STYLE.EXT)Example:.
BACKGROUND-IMAGE: url(../images/customscheme/acme_userhead.gif" )