[Discuss] html issue

Rich Pieri richard.pieri at gmail.com
Tue Apr 5 16:37:50 EDT 2022


On Tue, 5 Apr 2022 15:41:21 -0400
dan moylan <jdm at moylan.us> wrote:

> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
> xmlns="http://www.w3.org/1999/xhtml"
> xmlns:v="urn:schemas-microsoft-com:vml"
> xmlns:o="urn:schemas-microsoft-com:office:office"> <head>

When I create a simple file and load it with file:/// in Firefox's
address bar it loads that file. And when I create a simple html file
with the same file:/// URL in a href tag it loads that file.

From what I can see here your html file has no content: the <head>
section has no </head> closure, there is no <body> section. I'm not
surprised it isn't working.

-- 
\m/ (--) \m/


More information about the Discuss mailing list