On Wed, 29 Oct 2008 14:49:34 +0000 (GMT) "Torrens (lists)" <[EMAIL PROTECTED]> wrote:
> Netsurf 2.0 (Dev) (21 Oct 2008 18:15) r5612 > > http://0404.co.uk/ behaves most oddly. > > It seems to be the html line > <base href="http://0404.co.uk/"> > that is causing this... Aside from the illegality of the domain name, the nonsense it displays here in nsgtk is a Flash applet that is being served up with an incorrect MIME type. It's being severed up as text/html, and they are attempted to override it in the HTML, which is not valid. As far as I can tell, it has nothing to do with the <base> tag. This is assuming we're thinking about the same problem: you've not actually described the issue you are having. B.
