Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin.CSS File For Review. Size/Resolution ProblemSkin.CSS File For Review. Size/Resolution Problem
Previous
 
Next
New Post
9/7/2006 6:54 PM
 
Cut the narrowest strip the still looks smoothly if you repeat horizontally

Remove the Background from the body tag.
<body id="Body" onscroll="__dnn_bodyscroll()" bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0" background="/DNN/Portals/0/BG_R2.jpg">


Set this in the skin.css:

body
    {
        background-image: url(ImagePath/BG_R2.jpeg);
        background-repeat: repeat-x;
     }

Then it should work
 
New Post
9/8/2006 6:46 AM
 

Ok I cut a small strip out of the main pic. I also copied the body } background etc..... info to my skin.css file. It worked. I couldn't find where the <body id= etc.... information was located, so this has not been done. It seems to be working with just editing the skin.css file. Do I still need to try to find the 1st item you mentioned? You can look at the site and see what ya think.

Thanks for all your help!

 
New Post
9/8/2006 11:14 AM
 
Removing the background-image from the body tag is not very important, since it's being overwritten by the style in skin.css.
But you can remove it by logging in as admin, Choose Site Settings > Body Background : <None Specified>

Unless it was added it in some other way (inside the default.aspx file).

About the background-image:
You cut a horizontal strip , a vertical strip with the full height of your "big background image" would leave the background you had exactly as it was before... and is a lot smaller (in kB)

Like this

#
#
#
#
# ----> repeated that way
#
#
#
#


Instead of

######################
|
|
|
v
That way




 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin.CSS File For Review. Size/Resolution ProblemSkin.CSS File For Review. Size/Resolution Problem


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out