HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...Background Image WoesBackground Image Woes
Previous
 
Next
New Post
3/18/2006 9:38 PM
 

Ok, I have installed DNN for the second time and am ready to give it a serious run for my small business web site.  After a few hours, I still cannot figure out how to get my custom background image to display instead of a white background.  I have tried configuring for a background image both in the provided field in Site Settings as well as making the necessary modifications in the style sheet, yet nothing seems to work.

Any guidance for a DNN newbie here would be greatly appreciated.

Thanks!

Dennis

 
New Post
5/6/2006 9:56 PM
 

I am a total noob, but I just figured it out. Here is what you do to change the background image of the page:

1) Go to the site settings page

2) Scroll down to the bottom and open up the Stylesheet editor

3) Add this line to the style sheet

.pagemaster {
background-image: url(your_image.jpg);
}

Here is an example of what it looks like after it is inserted:
-------------------------------------------------------

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/  
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.pagemaster {
background-image: url(side_repeater.jpg);
}

.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
Etc. Etc. Etc.....

4) Dont forget to save the stylesheet using the link

5) Press the Update link to update your changes on the page.

 


Bad spellers of the world untie!!!!
 
Previous
 
Next
HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...Background Image WoesBackground Image Woes


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.