Jump to content
Sign in to follow this  
thehondaboygmailcom

Repeating Gradient Background Image, Help Please

Recommended Posts

thehondaboygmailcom

I've uploaded a 1 pixel tall gradient png that I am trying to use as a repeating image as my background. And I seem to be failing. This is the code I was using in the Custom CSS box:

body #page {background:url("http://www.nickrbrown.com/images/nrbcomgradient2.png") repeat-x;}
The following is all the code I have in the Custom CSS box just in case I have a conflict:
body {}
	
	.icons{
	top:5px;
	margin-right:935px}
	
	body #page{background:url("http://www.nickrbrown.com/images/nrbcomgradient2.png") repeat-x;}

The url is www.nickrbrown.com What am I doing wrong? Thanks!

Share this post


Link to post
Share on other sites
Guest Guest

I'm assuming you're using PlatformPro in saying this, but you can set this under "Design Control" in the PlatformPro settings, including the repeating option.

Share this post


Link to post
Share on other sites
thelobbyist

I must be an idiot, but I cannot locate "Design Control" anywhere.

Share this post


Link to post
Share on other sites
thelobbyist

Yep. Also, I am the OP. I think that other account was made when I had purchased one of the themes. Didn't mean to ask my question from it as this is my main account. But, yes, absolutely, I am using the PlatformPro theme.

Share this post


Link to post
Share on other sites
cmunns

Then you must not have the latest version. Design Control is a relatively newer option panel.

Share this post


Link to post
Share on other sites
thelobbyist

I see. I'll have to look up the update procedure. Thanks!

Share this post


Link to post
Share on other sites
bryan-hadaway

If it's only 1px high I would assume you'd want to be using `repeat-y` instead. Thanks, Bryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×