K
kquirici
Hi,
This is a frustrating problem with probably an easy solution.
I'm cross-posting to a MAC group also.
I'm on MAC OS 10.5. I have Safari set up as my default
web browser.
When I save a web page to my desktop and
double-click it, it pops up in the Safari browser
as one would expect.
However when I try to double-click an html I've created myself
called kmq1.html. it brings up a text editor.
But if I choose the option (from right-clicking the file icon)
it opens in Safari fine.
Why isn't my html recognized? The icon for the file is
the standard html icon.
Thanks.
Ken
----Here's the html. It's simple enuf.
<!DOCTYPE HTML PUBLIC "-//W3C//DD HTML 4.0 Transitional//EN" >
<html lang=”en-US”>
<head>
<title>Title of page</title>
<h3>This is h3</h3>
<h2>This is h2</h2>
<h1>This is h1</h1>
<h4>This is h4</h4>
<hr><br>
<br>
<!— This is a comment —>
<! This is a comment >
<! This is a comment />
<h5>This is h5</h5>
<h1>This is h1</h1>
<p>this is a paragraph<br>with a break in the heading <br>area</p>
</head>
<hr>
<body>
This is my first homepage. <b>This text is bold</b>
<p>this is a paragraph in the body </p>
<a name=”targetx1”>heres the target of the link in kmq5.html</a>
<p>
how can this possibly work?
</p>
</body>
<hr>
</html>
This is a frustrating problem with probably an easy solution.
I'm cross-posting to a MAC group also.
I'm on MAC OS 10.5. I have Safari set up as my default
web browser.
When I save a web page to my desktop and
double-click it, it pops up in the Safari browser
as one would expect.
However when I try to double-click an html I've created myself
called kmq1.html. it brings up a text editor.
But if I choose the option (from right-clicking the file icon)
it opens in Safari fine.
Why isn't my html recognized? The icon for the file is
the standard html icon.
Thanks.
Ken
----Here's the html. It's simple enuf.
<!DOCTYPE HTML PUBLIC "-//W3C//DD HTML 4.0 Transitional//EN" >
<html lang=”en-US”>
<head>
<title>Title of page</title>
<h3>This is h3</h3>
<h2>This is h2</h2>
<h1>This is h1</h1>
<h4>This is h4</h4>
<hr><br>
<br>
<!— This is a comment —>
<! This is a comment >
<! This is a comment />
<h5>This is h5</h5>
<h1>This is h1</h1>
<p>this is a paragraph<br>with a break in the heading <br>area</p>
</head>
<hr>
<body>
This is my first homepage. <b>This text is bold</b>
<p>this is a paragraph in the body </p>
<a name=”targetx1”>heres the target of the link in kmq5.html</a>
<p>
how can this possibly work?
</p>
</body>
<hr>
</html>