Question
I tweeked my welcome page a bit to imprpove the links and finnally got the enter our store to show up if fire fox but that one photo is still not showing up
I even used to code that worked on the correct picture.
what else can I do ?
i think it might be a problem in th etables I don't know enough to fix them.
I'll let my web designer know but I'm trying to learn how to fix these on my own a little.
Answer
Try changing your first line from:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
to:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
It has to do with using Full Standard 4.01 rules. IE doesn't. Firefox does. The second line will trigger Quirks mode in Firefox, which then tries to emulate the non-standard way IE interpretes the code. (Or you could just write the code to 4.01 standards...but then 4.01 standards are a real pain when you're used to the older standards.)
For more information: http://www.mozilla.org/docs/web-deve.../doctypes.html
Answer
wow thanks, so much. All that was way way over my head but I did it and it worked and I read the artical. I didn't understand any of it but I read it like a good girl lol