• I am having a problem with a site I’m currently building. It has a weird white line below the footer image. I hard coded it instead of placing it in a widgit thinking that I could worry about the widgit stuff later. Here it is:

    https://coffeefreakdesigns.com/znzhobbies/

    HELP!!! This is driving me nuts. I don’t know that the customer would even care, but I DO!

    Thanks!

Viewing 1 replies (of 1 total)
  • That’s happend because your image doesn’t fill the rest of the <div> that it’s in. Most times this is from spaces before or after images, and is really a pain in the … well, you know what.

    The easy to way get around this is add s CSS style to the <div> tag containing the image and set the background to black. I did this using Firebug, and it worked correctly.

Viewing 1 replies (of 1 total)
  • The topic ‘Weird white line at bottom below footer’ is closed to new replies.