tiger658 wrote
I'm sorry, it didn't work, maybe i didn't do something correctly, i don't know though, I could tempararly give you admin privliges, to hep, or something, i don't know.....
Tiger
where did you put that?
put it in your skin folder for the portal your working on, in the skin.css file, or make sure that your skin.html/ascx has a link to the CSS file your putting it in.
body
{
background-image:url(filename.jpg)
}
that method will work just fine, if the pic is in the root folder of the skin folder of the portal folder for the portal you are applying it to :->
c:\inetpub\dnninstal\portals\1\skins\skinname\HERE
That path is specific, it could be anything on your computer, but it's in the dnninstall\portals\1\skins\skinname more specifically, unless you are using host only skins..then it's in the \portals\default\skins\skinname folder where you need to edit the CSS, place the image, so on.