FP will only load in firefox but not explorer

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.
 
R

Rob Giordano \(Crash\)

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.
 
M

Mark Fitzpatrick

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>
 
G

Guest

Wow, thanks! It worked. Funny how a little one word code could screw up
something as important as that. Again, thanks a ton.
 
A

Andrew Murray

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>
 
A

Andrew Murray

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.
 
E

e

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>
 
R

Ronx

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.
 
D

David PurpleBerry ASP PRO

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.
 
T

Tom Willett

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.
 
D

David PurpleBerry ASP PRO

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.
 
D

David Berry

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.
 
T

Tom Willett

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.
 
D

David Berry

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.
 
D

David PurpleBerry ASP PRO

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.
 
D

David PurpleBerry ASP PRO

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.
 
D

David PurpleBerry ASP PRO

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.
 
R

Rob Giordano \(Crash\)

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.
| >>>>> >>>
| >>>>> >>>
| >>>>> >>>
| >>>>> >
| >>>>> >
| >>>>
| >>>
| >>>
| >>
| >>
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top