Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Background help

    ‘body {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#0D0D0D url(images/bg.jpg) repeat-x scroll center top;
    color:#FFFFFF;
    font-family:Verdana,Arial,Tahoma;
    font-size:12px;
    margin:0 auto 10px;
    padding:0;’

    In your style.css, replace the:
    background:#0D0D0D url(images/bg.jpg) repeat-x scroll center top;
    with:
    background:#0D0D0D url(images/bg.jpg) repeat-y scroll center top;

    should fix it.

    Forum: Fixing WordPress
    In reply to: Blank Posts Page
    Thread Starter ellbot

    (@ellbot)

    This is the file structure of the site, if it helps.
    Is it that it is drawing in these higher versions of “index.php”, which have the blank file (that’s shown to the right, using BetterFileEditor)?

Viewing 2 replies - 1 through 2 (of 2 total)