First, I have to give credit to my friend edie2k2 for peaking my curiosity on adding a unique background to a new "Custom Page" on Ning 3.0. This tip will help you style a Ning 3.0 Custom Page, since Ning hasn't yet (as of 4/6/2013) provided unique CSS selectors to differentiate between "Custom Pages", and hasn't given us our Custom Style box, like on "Pages" for Ning 2.0. I do believe Ning will offer this in the future.
I wouldn't have thought to try this. Thanks Edie!
Until Ning offers us an area to add Custom CSS for our "Custom Pages" - - How to Style a Ning 3.0 Custom Page with Linked Style Sheet / CSS, like adding a Custom Page Background Image:
You will need to know how to:
Short Instructions for Advanced Users:
Instructions for Less Advanced Users - (includes How To Create your CSS File):
Example - Create a CSS Style Sheet to Add Background Image to Ning 3.0 Custom Page:
The example below will show you how to create CSS to add add a background image to your specific Custom Page.
Example with no repeat and scroll:
body {
background:URL ("yourbackgroundimage.jpg") no-repeat scroll 0 0 transparent!important;
}
Another example with repeat and fixed:
body {
background:URL ("yourbackgroundimage.jpg") repeat fixed 0 0 transparent!important;
}
This code would be saved to a CSS file.
Enjoy!
Jen
JenSocial
Apr 6, 2013
VIP
Kos
Jen I have tried all week, reading it over and over again and I still cannot get this one right. I know you've tried to make it as step-by-step as possible. Are we literally uploading twice to File manager? First with the original jpg image and then, once that URL is in notepad, changing the .jpg to .css (saving to Notepad) and upload that a 2nd time in File Manager? Then using that URL to place within the code and HTML content box?
You totally lost me also at the end as well on the "body" part.
Seriously fighting back the tears at this juncture b/c I had a minor stroke some years back and I almost wonder if my inability to comprehend and execute tasks is re-emerging. Oh how I hope not. It's so incredibly annoying, I cannot tell you.
I wish Ning would just make it easier to select a diff. background for pages; period. This is nutty (or it could just be my brain function).
Apr 20, 2013
VIP
Susan Kay Daniels
I don't understand this piece:
media="screen,projection"
What's that for?
Mar 10, 2014