anlinares 1 Report post Posted October 20, 2011 I am just starting on my next site. I would like a black background and gray canvas with a rough edge look like the following: http://outdooraddixtions.com/images/sitebg_03.png I've tried (unsuccessfully) using this method: .canvas #page-canvas { border-left: 25px; border-right: 25px; -moz-border-image: url(http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png) 20 20 20 20 round round; -webkit-border-image: url(http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png) 20 round round; border-image: url(http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png'>http://www.outdooraddixtions.com/images/border_03.png) 20 20 20 20 round round; } It's a code I had used before but not sure I have the right image size/format for this code or if there is a better way to get the desired effect. Any help or suggestions are greatly appreciated! Thank you!!! Share this post Link to post Share on other sites
Rob 547 Report post Posted October 20, 2011 Please take a look at http://www.epicurusinstitute.org where you'll see a background (view it) that has a white canvas built into it. Not one single bit of CSS was needed to do that. PlatformPro did it all. Simply upload the background you want, making sure that it's wide enough. Do this in PlatformPro Settings > Design Control. Set the design so that it does not tile. Make sure the distance from top is 0 and the horizontal setting is 50. Save your Design Control settings. Your background should be on the site with no CSS. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
anlinares 1 Report post Posted October 20, 2011 Of course! I was trying to make it way more difficult than it needs to be. Thanks for the advice once again!!! Share this post Link to post Share on other sites