Results 1 to 2 of 2

Thread: HTML / IE problem

  1. #1
    bakekake Guest

    Unhappy HTML / IE problem

    hey i just updated the design of one of my clients web pages and somethings not right when i view it in internet explorer. There is a white line right under the menu that should not be there and i have no clue how to remove or cover it up:/ i could really use som help with this because i am terrible with coding and stuff. I use dreamweaver and if you could explain me in dreamweaver have to remove it i would be very thankful

    url adress: www.meyerottesen.no

    thank you!

  2. #2
    Join Date
    Dec 2009
    Location
    Carrollton, GA - USA
    Posts
    67
    yes becasue you use dreamweaver your code is about impossible to look through.

    however it might be becasue you have set your spacer.gif to read back two directories.

    Code:
    <img src="../../images/spacer.gif" width="57" height="1" alt="">
    try changing the directory that the spacer.gif is in and correct the coding accordingly. i would recommend something like:

    Code:
    <img src="images/spacer.gif" width="57" height="1" alt="">

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •