• I’m fairly familiar with html, but I am very new to css style sheets, so I’m having trouble making sense of it.

    1. I want to use a jpeg for my header. The jpeg has the word title on it, so I don’t want any text overlapping on it. But I also want my header to be a link to the home page of my site.

    2. I want to make my sidebars on either side be flush with the main window and the sides…and I don’t want the border.

    3. Is there a way to add spacing for the words on the menu bar, so they’re not all smushed together?

    Thanks in advance for the help…

    http://baseballbeginnings.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter baseballbeginnings

    (@baseballbeginnings)

    OK, I finally managed to figure out the menu spacing problem, but am still having trouble with the header and sidebars.

    Try typing…..

    background-attachment:fixed;

    Into the section containing the background info which should look something like the below

    body {
    background: #008000 url(images/background.jpg) repeat-x top;
    text-align: center;
    margin: 0 auto;
    }

    Also http://www.w3schools.com/css/default.asp is a great resource to start learning CSS. Are you able to remove your comments at all? If you so how do you do it, modify comments.php or is there another folder where we have to manually edit the php funciton!?

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

The topic ‘Header and Sidebar problems’ is closed to new replies.