• I’d like to put a banner, centered, above the header of my blog, in the “background” of the page. Here’s my slowly developing site: https://oscarpine.com/index.php I’m not sure where in the CSS code to drop my ad code, or do I need to add some more command lines? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Depending on the code, just drop it into ‘index.php’ just below the <body> tag.

    Thread Starter oscar

    (@oscar)

    Somewhere in here?
    body {
    background: #336666;
    border: solid 0px #565;
    border-bottom: solid 0px #565;
    border-top: solid 0px #565;
    color: #000;
    font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
    letter-spacing: 0.1em;
    margin: 10px;
    padding: 0;
    }

    Thread Starter oscar

    (@oscar)

    nevermind. I figured it out. Index.php. Got it. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Do I Put a Banner above the header?’ is closed to new replies.