FrontPage created pages do not appear on my IE.

G

Guest

I modified a few pages that were designed with Front Page by my web designer.
I used Front Page 2002. I downloaded the pages. Made changes and reposted
them.
I can't see the pages but my brother can see them. I am using IE 6.0.
Should I publish the pages locally and then post them on the web site.

One of the pages is at .... http://www.bluebarkdesign.com/Portfolio/index.html

Any help appreciated.
 
S

Steve Easton

Try clearing your temporary internet and history files, and then reopen the site and check.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Tom Pepper Willett

Clear your IE cache (temp files)
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
|I modified a few pages that were designed with Front Page by my web
designer.
| I used Front Page 2002. I downloaded the pages. Made changes and reposted
| them.
| I can't see the pages but my brother can see them. I am using IE 6.0.
| Should I publish the pages locally and then post them on the web site.
|
| One of the pages is at ....
http://www.bluebarkdesign.com/Portfolio/index.html
|
| Any help appreciated.
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

All I see are blank pages...did you wipe out the site?


| I modified a few pages that were designed with Front Page by my web designer.
| I used Front Page 2002. I downloaded the pages. Made changes and reposted
| them.
| I can't see the pages but my brother can see them. I am using IE 6.0.
| Should I publish the pages locally and then post them on the web site.
|
| One of the pages is at .... http://www.bluebarkdesign.com/Portfolio/index.html
|
| Any help appreciated.
 
M

Murray

This is not a FP created page - it was made in Dreamweaver.

It shows up just fine in Firefox, but not in IE6/WXPPro, or Safari/OS10.3.9.

The problem is caused by a missing HTML comment closing tag here -

a:active { color:#0000FF; text-decoration:none}
</STYLE>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
//-->

because IE thinks that the javascript function is still part of your CSS
rule, and things then go south from there. Change this -

a:active { color:#0000FF; text-decoration:none}
</STYLE>

to this -

a:active { color:#0000FF; text-decoration:none}
-->
</STYLE>

and see what happens.


--
Murray
============

message All I see are blank pages...did you wipe out the site?


| I modified a few pages that were designed with Front Page by my web
designer.
| I used Front Page 2002. I downloaded the pages. Made changes and reposted
| them.
| I can't see the pages but my brother can see them. I am using IE 6.0.
| Should I publish the pages locally and then post them on the web site.
|
| One of the pages is at ....
http://www.bluebarkdesign.com/Portfolio/index.html
|
| Any help appreciated.
 
M

Murray

By the way, since this is a DW page, and since it uses DW's extended
template markup (which FP doesn't understand), you may have trouble with
maintaining those pages if you edit them with FP.

--
Murray
============

message All I see are blank pages...did you wipe out the site?


| I modified a few pages that were designed with Front Page by my web
designer.
| I used Front Page 2002. I downloaded the pages. Made changes and reposted
| them.
| I can't see the pages but my brother can see them. I am using IE 6.0.
| Should I publish the pages locally and then post them on the web site.
|
| One of the pages is at ....
http://www.bluebarkdesign.com/Portfolio/index.html
|
| Any help appreciated.
 
B

Bob Lehmann

It shows up just fine in Firefox, but not in IE6/WXPPro, or
Safari/OS10.3.9.
That's interesting. it's usually IE that is more forgiving for those tyoe of
errors.

Bob Lehmann
 
M

Murray

It is interesting indeed, especially considering that it doesn't regard the
'javascripty' use of -

//-->

as an acceptible closer for that open comment....
 

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

Top