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, ...Body background and textarea questionBody background and textarea question
Previous
 
Next
New Post
8/20/2006 11:12 AM
 

I have this in body:
body { background-color: #d2e3f3; background-image:url(scbg.jpg); margin: 0px }

Have these questions:
1) The scbg.jpg background picture (25x175px), are repeated downward the page. It should only be at the top of the page, and the background-color should be shown after this background picture. What do I need to have this ?
2) When I have this background-color; #d2e3f3, then my textbox (when editing the text), are in this color. I need this to be white as rest of the panearea. How do I fix this ?

Thanks,


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
8/20/2006 4:44 PM
 

Dear kalak

Perhaps this you can use.
To set the background of some html tags (body, div, table, p ...). Look at this site.

Example

Your html file...
<body>
 <div class="MyPage">Put here some content</div
</body>

Your styles
body {
  background-color: #d2e3f3;
  margin: 0px;
}
.MyPage { 
  background: #00ff00 url('MyTransparentBackgroundImage.gif') no-repeat 10px 10px;
  width: 100%
  height: 100%;
}

Hope this will help...

Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/20/2006 5:02 PM
 

Thanks !

I have this in my body now:
body { background-color: #d2e3f3; background-image:url(dnnbg.jpg); background-repeat: repeat-x; margin: 0px }

Now the background image is repeated correctly. But the background of the editor is still the same as described in body section in my css file.


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
New Post
8/21/2006 1:21 AM
 
Dear kalak

DNN use a class for the textbox
When you set a style for this textbox then probably this is for you a solution.
. NormalTextBox {background-color: #f12345;}
Look also at the code of the page...

Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/21/2006 6:26 AM
 

Hi
Thanks, but I allready have this:

.NormalTextBox {
 background-color: #FFFFFF;
}

And my contenpage have the same background-color.


Ulrik Motzfeldt
iNET.GL
Sisimiut, Greenland
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Body background and textarea questionBody background and textarea question


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