PDA

View Full Version : HTML / IE problem



bakekake
26 Dec 2009, 09:16 PM
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!

erilidon
31 Dec 2009, 10:41 AM
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.


<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:


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