|
Posted by TC on 07/30/06 16:52
Martin Pöpping wrote:
> Adrienne Boswell schrieb:
>
> > Got a URL?
>
> Hmmm very strange!
>
> The online version works, also with IE:
>
> http://www.erfolgreich-beraten.de/michael/index.html
>
> But when I open the local version on my pc with IE (WinXP system)
> it does not work.
>
> What happens? :(
Well, you need to debug it! Here's what I'd do:
- suppress all the CSS; (eg. change "/css/..." to "/ZZcss");
- copy the second img tag to a place outside the table;
- copy the first img tag to a place inside the table;
- copy the src value from the working img tag, to the not-working one;
- remove the DOCTYPE;
etc.
Those changes are not for the purpose of fixing the problem - they are
for the purpose of finding out what is causing the problem. For
example, if suppressing the CSS makes the image appear, then, the
problem is something to do with the CSS, and so on.
HTH,
TC (MVP MSAccess)
http://tc2.atspace.com
[Back to original message]
|