FP will only load in firefox but not explorer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I view or when I published my page on the web it would only show up in
firefox and not in IE. What am I to do, it needs to open in all browsers.
 
No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only show up
in
| firefox and not in IE. What am I to do, it needs to open in all browsers.
 
If you look at the HTML code, you'll notice the following:
<title></title>
<title>

The <title> on the bottom should be a </head> to close out the header
section of the document. Try changing it to look like so:

<title></title>
</head>
 
Wow, thanks! It worked. Funny how a little one word code could screw up
something as important as that. Again, thanks a ton.
 
I also noticed there's no closing </html> tag.

Mark Fitzpatrick said:
If you look at the HTML code, you'll notice the following:
<title></title>
<title>

The <title> on the bottom should be a </head> to close out the header
section of the document. Try changing it to look like so:

<title></title>
</head>
 
I looked at the source but saw not much else other than a bunch of 'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like Internet
explorer" didn't.

Opera works too albeit rather badly.
 
First, check your HTML Tags, like <body> must have a </body> before </html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>, then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>
 
Should be:

<!DOCTYPE [w3 type] >
<html>
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



First, check your HTML Tags, like <body> must have a </body> before </html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>, then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

Andrew Murray said:
I looked at the source but saw not much else other than a bunch of 'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like Internet
explorer" didn't.

Opera works too albeit rather badly.
 
You *****, what gives you the rights to steal my posts and change them? who
doesn't says my posts are copyrighted???~

Ronx said:
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

Andrew Murray said:
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only
show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
Apparently you don't know how MS newsgroups work. Anyone can post a reply
to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

David PurpleBerry ASP PRO said:
You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

Ronx said:
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only
show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
The reply was using my post, and yes, my posts are copyrighted.

Tom Willett said:
Apparently you don't know how MS newsgroups work. Anyone can post a reply
to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

David PurpleBerry ASP PRO said:
You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

Ronx said:
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only
show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
What post did he make? This is his only post in this thread. He never
started a post


Tom Willett said:
Apparently you don't know how MS newsgroups work. Anyone can post a reply
to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

David PurpleBerry ASP PRO said:
You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

Ronx said:
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only
show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
He uses different aliases.
--
Tom Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
David Berry said:
What post did he make? This is his only post in this thread. He never
started a post


Tom Willett said:
Apparently you don't know how MS newsgroups work. Anyone can post a
reply to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

David PurpleBerry ASP PRO said:
You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

"Ronx" <[email protected]> escreveu na mensagem
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only
show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
Good way to get his questions NOT answered.


Tom Willett said:
He uses different aliases.
--
Tom Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
David Berry said:
What post did he make? This is his only post in this thread. He never
started a post


Tom Willett said:
Apparently you don't know how MS newsgroups work. Anyone can post a
reply to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

"Ronx" <[email protected]> escreveu na mensagem
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would
only show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
No, it's other guy.

That other guy stole my post, and posted it in his own and total name, when
the post was copyrighted.


David Berry said:
What post did he make? This is his only post in this thread. He never
started a post


Tom Willett said:
Apparently you don't know how MS newsgroups work. Anyone can post a
reply to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

David PurpleBerry ASP PRO said:
You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

"Ronx" <[email protected]> escreveu na mensagem
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would only
show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
As a matter of fact, i don't!

------------------------------------------------------------------------------------------------------------------------
This post is copyrighted © in name of
TextosImaginaveis<http://www11.asphost4free.com/textosimaginaveis>
TextosImaginaveis © 2005-2006


Tom Willett said:
He uses different aliases.
--
Tom Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
David Berry said:
What post did he make? This is his only post in this thread. He never
started a post


Tom Willett said:
Apparently you don't know how MS newsgroups work. Anyone can post a
reply to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

You *****, what gives you the rights to steal my posts and change them?
who doesn't says my posts are copyrighted???~

"Ronx" <[email protected]> escreveu na mensagem
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a <!DOCTYPE>,
then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would
only show
up
in
| firefox and not in IE. What am I to do, it needs to open in all
browsers.
 
Tom uses different aliases, as a matter of fact.



------------------------------------------------------------------------------------------------------------------------
This post is copyrighted © in name of
TextosImaginaveis<http://www11.asphost4free.com/textosimaginaveis>
TextosImaginaveis © 2005-2006

David Berry said:
Good way to get his questions NOT answered.


Tom Willett said:
He uses different aliases.
--
Tom Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
David Berry said:
What post did he make? This is his only post in this thread. He never
started a post


Apparently you don't know how MS newsgroups work. Anyone can post a
reply to a thread.

Your posts aren't copyrighted.

And, you are PLONKED.

You *****, what gives you the rights to steal my posts and change
them? who doesn't says my posts are copyrighted???~

"Ronx" <[email protected]> escreveu na mensagem
Should be:


<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




First, check your HTML Tags, like <body> must have a </body> before
</html>,
and in the beginning it must have a <html> and, usually a
<!DOCTYPE>, then a
<head>, and a </head>. Like this:

<html>
<!DOCTYPE [w3 type] >
<head>
[css, title and meta tags]
</head>
<body>
[page contents]
</body>
</html>

"Andrew Murray" <[email protected]> escreveu na mensagem
I looked at the source but saw not much else other than a bunch of
'space'
codes (&nbsp;).

Tested other browsers:

Netscape 8.0...."Display like Firefox" works but "Display like
Internet
explorer" didn't.

Opera works too albeit rather badly.


Sure thing. www.infiniforums.net.

None of the links work yet, so that is not an error.

:

No doubt.
How about a link so we can see it not appear in IE?


| When I view or when I published my page on the web it would
only show
up
in
| firefox and not in IE. What am I to do, it needs to open in
all
browsers.
 
He made a correction to your post.

I doubt that posts are copyrighted, in fact in some forums they may even
become the property of the forum.


| No, it's other guy.
|
| That other guy stole my post, and posted it in his own and total name,
when
| the post was copyrighted.
|
|
| "David Berry" <[email protected]> escreveu na mensagem
| | > What post did he make? This is his only post in this thread. He never
| > started a post
| >
| >
| > | >> Apparently you don't know how MS newsgroups work. Anyone can post a
| >> reply to a thread.
| >>
| >> Your posts aren't copyrighted.
| >>
| >> And, you are PLONKED.
| >>
| >> | >>> You *****, what gives you the rights to steal my posts and change
them?
| >>> who doesn't says my posts are copyrighted???~
| >>>
| >>> "Ronx" <[email protected]> escreveu na mensagem
| >>> | >>>> Should be:
| >>>>
| >>>>
| >>>> <html>
| >>>> <!DOCTYPE [w3 type] >
| >>>> <head>
| >>>> [css, title and meta tags]
| >>>> </head>
| >>>> <body>
| >>>> [page contents]
| >>>> </body>
| >>>> </html>
| >>>>
| >>>> --
| >>>> Ron Symonds - Microsoft MVP (FrontPage)
| >>>> Reply only to group - emails will be deleted unread.
| >>>> FrontPage Support: http://www.frontpagemvps.com/
| >>>> http://www.rxs-enterprises.org/fp
| >>>>
| >>>>
| >>>>
| >>>> | >>>>
| >>>>> First, check your HTML Tags, like <body> must have a </body> before
| >>>>> </html>,
| >>>>> and in the beginning it must have a <html> and, usually a
<!DOCTYPE>,
| >>>>> then a
| >>>>> <head>, and a </head>. Like this:
| >>>>>
| >>>>> <html>
| >>>>> <!DOCTYPE [w3 type] >
| >>>>> <head>
| >>>>> [css, title and meta tags]
| >>>>> </head>
| >>>>> <body>
| >>>>> [page contents]
| >>>>> </body>
| >>>>> </html>
| >>>>>
| >>>>> "Andrew Murray" <[email protected]> escreveu na mensagem
| >>>>> | >>>>> >I looked at the source but saw not much else other than a bunch of
| >>>>> >'space'
| >>>>> >codes (&nbsp;).
| >>>>> >
| >>>>> > Tested other browsers:
| >>>>> >
| >>>>> > Netscape 8.0...."Display like Firefox" works but "Display like
| >>>>> > Internet
| >>>>> > explorer" didn't.
| >>>>> >
| >>>>> > Opera works too albeit rather badly.
| >>>>> >
| >>>>> >
| >>>>> > | >>>>> >> Sure thing. www.infiniforums.net.
| >>>>> >>
| >>>>> >> None of the links work yet, so that is not an error.
| >>>>> >>
| >>>>> >> "Rob Giordano (Crash)" wrote:
| >>>>> >>
| >>>>> >>> No doubt.
| >>>>> >>> How about a link so we can see it not appear in IE?
| >>>>> >>>
| >>>>> >>>
| >>>>> >>> | >>>>> >>> | When I view or when I published my page on the web it would
only
| >>>>> >>> show
| >>>>> >>> up
| >>>>> >>> in
| >>>>> >>> | firefox and not in IE. What am I to do, it needs to open in
all
| >>>>> >>> browsers.
| >>>>> >>>
| >>>>> >>>
| >>>>> >>>
| >>>>> >
| >>>>> >
| >>>>
| >>>
| >>>
| >>
| >>
| >
| >
|
|
 
Back
Top