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...Administration ...Administration ...Background image not appearing using cssBackground image not appearing using css
Previous
 
Next
New Post
8/24/2006 6:19 PM
 
Hi, when I  try to include an image using the'url' command and put the location of the image, nothing shows up. I was wondering if dnn would somehow change the link when it parses the skin.css file because only the style show up and not any images. Thanks for any help.
 
New Post
8/24/2006 9:35 PM
 

 

DNN does not parse the CSS files.  It'll work like normal CSS with the path being relative to where the css file is.

Here is a post about how to do it in the skin.ascx file if you want the path to be processed by DNN

http://blogs.snapsis.com/PermaLink,guid,105f8d79-ffbc-4859-836c-b747364fa59c.aspx

 


DotNetNuke Modules from Snapsis.com
 
New Post
8/25/2006 1:19 PM
 

Thanks for answering John. But my problem is that I'm trying to make an image in the background inside the skin.css file. For example, something like this:

#test {

background-image: url("images/index_02.gif");

}

I'm not trying to use the image inside the acsx file. So what should I do? Thanks.

 
New Post
8/25/2006 2:24 PM
 

 

If you have an images folder below the skin folder that your CSS file is in, then that will work.

Don't put the quotes around the path though:

#test {

background-image: url(images/index_02.gif);

}

http://www.w3schools.com/css/pr_background-image.asp


DotNetNuke Modules from Snapsis.com
 
New Post
8/26/2006 11:26 PM
 
Thanks a lot John. It was the quote that caused the problem.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Background image not appearing using cssBackground image not appearing using css


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