Viewing 3 replies - 1 through 3 (of 3 total)
  • The header is controlled by css id header – so go into your css and edit the line that says #header. You can add a background image by adding a line like this to your css

    #header {background:url(imagedirectory/image.jpg) no-repeat; height:100px; width:1000px;)

    Adjust imagedirectory/image.jpg to the image you want and change the dimensions to fit the size of the image.

    quick note….your header is actually contained within #page, which is only 930px wide….so your header image should be no wider than that…

    (also…typo on the above supplied code, the closing bracket chould be a curly } not a parenthesis ) ??

    eeep thanks RVoodoo…I was simply placing example dimensions as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom header’ is closed to new replies.