Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Background Webpart View modes: 
User avatar
Member
Member
ranjan.kumar-thepsi - 11/14/2011 5:33:55 AM
   
Background Webpart
Hi,

My client want different background image for different webpages in their site.Is there any web-part available in Kentico6.0 through which we can get this functionality done.

Currently we are handling this, through different CSS for different webpages.

Regards,
Ranjan Kumar

User avatar
Kentico Support
Kentico Support
kentico_janh - 11/14/2011 6:28:54 AM
   
RE:Background Webpart
Hi Ranjan,

You can use the Head HTML code webpart on the page, where you want to have a different background image and there you can redefine the background image in a CSS stylesheet:

Head HTML code webpart - HTML code property:
<style type="text/css">
body.LTR {background-image: url('different_background.gif');}
</style>

Best regards,
Jan Hermann

User avatar
Member
Member
ranjan.kumar-thepsi - 11/15/2011 3:39:15 AM
   
RE:Background Webpart
Hi Jan,

This is very help full.

Best Regards,
Ranjan