Background Image on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 11:42 AM
Hi all, I'm new in ServiceNow and hope someone would assist me with this.
I have a requirement in which I need to create a form with our company logo as the background.
I've done a researched in Wiki and resulted with the notes described below. The problem is, I have no idea where to apply it.
Would anyone be kind enough to point me to where I can apply it?
6.5 Applying a Background Image to the Banner
Often corporate guidelines require more in-depth branding of the ServiceNow interface. Using the tiling technique, you can modify your logo image to have a transparent background, so that you can apply another image to the banner beneath the logo.
Upload an image to the image manager and then create a new property named css.banner.background.image, so that you can call the image. The value should look like this.
â—¾css.banner.background.image value url('./images/MasterBG.jpgx')
6.5.1 CSS Rules that Apply this Change
/** BACKGROUND - These properties allow you use to add a background tile to the header of the instance ***************************/
TD.bannerLeft,TD.bannerCenter,TD.bannerRight, TR#banner_row {
background-color: ${banner.background.color};
background-image: ${banner.background.image};
background-position: ${banner.background.position};
background-repeat: ${banner.background.repeat};
}
Please help. Thanks in advance,
Antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2023 05:26 AM
Hi
Please follow my article to set background of the form
Mark correct/helpful if it helps.
Thanks
Deepak