PDA

View Full Version : Static Page Background


rokslide
11-23-2011, 12:01 PM
When inserting a new static page on my home page, the background is always white. How can I change the background color for newly created static pages within the CMS?

Lynne
11-23-2011, 04:10 PM
Can we get a link to see the problem?

rokslide
11-23-2011, 05:01 PM
Thanks Lynne.

Here is the link. When I insert the static page, it has the white background on the top, bottom and right side.

http://www.rokslide.com/public_html/content.php

--------------- Added 1322078869 at 1322078869 ---------------

Also, in my HTML page, the images are properly spaced, but when placed in the static page within the CMS, the spacing changes. ?

Lynne
11-24-2011, 02:59 AM
Using firebug, you can see your white background is from this CSS:
div.article_preview { background: none repeat scroll 0 0 #FFFFFF; color: #CCCCCC; float: left; line-height: normal; margin-bottom: 4px; padding: 4px 4px 0 0; text-decoration: none; width: 100%;}

rokslide
11-24-2011, 10:56 AM
Changed it and it works great. It is very much appreciated. Happy Thanksgiving :)