Micha <[EMAIL PROTECTED]> writes: > When i try to browse > > http://www1.dealtime.com/xPP-PC_Laptops--ibm > > i just got a blank page -- not even a wwwoffle footer.
I can see it here OK. > There seems to be a broken webbug image with a quote missing in the > last part: > > PSD_MtQry=" width="1" height="1" There is no quote missing, the src="..." argument is so long that it makes you think that there needs to be an extra quote at the end. What it really says if you take out the really long URL is: <!-- WWWOFFLE (replace-webbug-images) - img src="..." width="1" height="1" alt="" --> <img src="http://woody:8080/local/dontget/replacement-default.png" width="1" height="1" alt="" /> This is perfectly sensible > ...but i wonder if that's the reason, cause the whole > thing is in <!-- --> quotation ? I don't think that this can be the reason. You need to look at the rest of the HTML to see if there is anything wrong. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html
