• I’m trying to put a gradient in the body of my site. It works on vbulletin:

    https://www.prenatalyogacenter.com/forums/forumdisplay.php?f=128

    But not in wordpress:

    https://www.prenatalyogacenter.com/blog/

    What am I doing wrong?

    Here’s my css for the body:

    body {
    background: #C5B6A4;
    	color: #242424;
    	font: 10px arial, helvetica, sans-serif;
    	margin: 5px 10px 10px 10px;
    	background-image: url(https://www.prenatalyogacenter.com/forums/images/header_image/bg_image.gif);
    		background-repeat: repeat-x;
    
    /*  margin:0;*/
     /* padding:5px 0;*/
     /* font-family:Arial, Helvetica, sans-serif;*/
    /* font-size:75%;*/
    /*  line-height:1.6em;*/
     /* text-align:center;*/
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • That background image URL is a brown line?
    I’m probably confused, but it seems to be working. What gradient are we talking about?

    Thread Starter jstires

    (@jstires)

    THe image is a 1×800 pixel gradient. It is very subtle. I run it along the top and then add a background color for a seamless blend. However the background color is not showing. If you scroll down you see that the image gradient turns to white. The white should be brown. The CSS above works for my forums, but not my blog.

    Thread Starter jstires

    (@jstires)

    Anyone have an idea on this one?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Won’t the style work?’ is closed to new replies.