7 replies
  • WEB DESIGN
  • |
Hey all,

I have a header and footer background image, how do I get it to go accross the entire page?

Thanks
-Chris
#graphics #question
  • Profile picture of the author chapdaddy
    this should work for you

    w3schools.com/css/css_background.asp
    {{ DiscussionBoard.errors[2742314].message }}
    • Profile picture of the author mogulmap
      Great site! Chapdaddy thanks, but is css the same as html?

      Thanks
      -Chris
      Signature
      Rus Sells says...
      Your signature is all that matters!
      and
      Cat's = PROFIT"S
      {{ DiscussionBoard.errors[2742358].message }}
  • Profile picture of the author chapdaddy
    CSS stands for "cascading style sheet"... It is the style markup for html.

    How are you building you page?
    {{ DiscussionBoard.errors[2742386].message }}
    • Profile picture of the author Eddieheli
      You generally have a header and footer graphic which blends into the background at the left and right sides.
      Say you have a header at 800 pixels width, you would center this image at the top of the page and set the page background to blend into the image, or contrast with it, then it will cater for different screen sizes, including widescreen etc.

      see an example of what I mean on one of my sites here
      Instant Product Creation

      Or alternatively you can create a banner that can be repeated like this one. But the left and right edges must match so it blends seemlessly

      PPC Treasure Chest

      regards
      Eddie Evans
      Signature

      Eddieheli -
      "Forget about all the reasons why something may not work. You only need to find one good reason why it will." ~ Dr. Robert Anthony

      {{ DiscussionBoard.errors[2742428].message }}
    • Profile picture of the author mogulmap
      Originally Posted by chapdaddy View Post

      CSS stands for "cascading style sheet"... It is the style markup for html.

      How are you building you page?
      Don't laugh but I'm using homestead sitbuilder lol

      -Chris
      Signature
      Rus Sells says...
      Your signature is all that matters!
      and
      Cat's = PROFIT"S
      {{ DiscussionBoard.errors[2742772].message }}
  • Profile picture of the author chapdaddy
    heh... well, I have no experience at all with that application. I might recommend sticking with one of the premade templates until you find out if the site can be profitable and then deal with the headache of figuring out how to trick it out the way you want it.
    {{ DiscussionBoard.errors[2743042].message }}
  • Profile picture of the author web.tech
    Make an external CSS and link it to HTML page. Give 2 ids named header and footer and call the header image into header id us a background image, call footer image into footer id us a background image. We can use the ids entire pages of the website.
    {{ DiscussionBoard.errors[2879885].message }}

Trending Topics