Normal view OK - HTML looks OK - FP or IE Previews are blank.

T

Thomas A. Rowe

The correct URL is:

http://www.luzippu.plus.com/2004/events.htm

Remove the following section and your page should display:

<STYLE TYPE='text/css'>
<!-- textrollover-1{ }
a:link { color:#FF9933; text-decoration:none; background:#FFFFFF}
a:visited { color:#FF6600; text-decoration:none; background:#FFFFFF}
a:hover { color:#FF6600; text-decoration:underline; cursor:default; background:#FFFFFF}
a:active { color:#FF9933; text-decoration:none; background:#FFFFFF}
</STYLE>

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
L

luzippu

Thomas,

i did delete the code you highlighted and re-published , however the problem
is still there.

Any other thoughts?
Thanks
 
T

Thomas A. Rowe

I can only get this page to display after I remove all of the script block content and the </SCRIPT>
tag at the very end of the page

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Stefan B Rusynko

You have an opening comment tag w/o a closing one (so the whole page is commented out) at

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0

Change

</script>
</head>

To

// -->
</script>
</head>


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thomas,
|
| i did delete the code you highlighted and re-published , however the problem
| is still there.
|
| Any other thoughts?
| Thanks
|
|
|
| "Thomas A. Rowe" wrote:
|
| > The correct URL is:
| >
| > http://www.luzippu.plus.com/2004/events.htm
| >
| > Remove the following section and your page should display:
| >
| > <STYLE TYPE='text/css'>
| > <!-- textrollover-1{ }
| > a:link { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > a:visited { color:#FF6600; text-decoration:none; background:#FFFFFF}
| > a:hover { color:#FF6600; text-decoration:underline; cursor:default; background:#FFFFFF}
| > a:active { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > </STYLE>
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Hi,
| > >
| > > this page:
| > > http://www.luzippu.plus.com/2004/Events.htm
| > >
| > > is not showing in FP Preview and even on the browser.
| > > I've edited the page from the Normal view in FP, but cannot find the problem
| > > in the HTML code.
| > >
| > > Any help?
| > > Thank you
| >
| >
| >
 
L

luzippu

Thanks very much guys, I found the missing comment tag and the page is now
working.

For the future, are there any tools that can help people like me (mainly
using the desigh view to generate the code behind a page) to find errors
within the code structure?

Or should we just learn html and java!

Thanks for your time.


Stefan B Rusynko said:
You have an opening comment tag w/o a closing one (so the whole page is commented out) at

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0

Change

</script>
</head>

To

// -->
</script>
</head>


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thomas,
|
| i did delete the code you highlighted and re-published , however the problem
| is still there.
|
| Any other thoughts?
| Thanks
|
|
|
| "Thomas A. Rowe" wrote:
|
| > The correct URL is:
| >
| > http://www.luzippu.plus.com/2004/events.htm
| >
| > Remove the following section and your page should display:
| >
| > <STYLE TYPE='text/css'>
| > <!-- textrollover-1{ }
| > a:link { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > a:visited { color:#FF6600; text-decoration:none; background:#FFFFFF}
| > a:hover { color:#FF6600; text-decoration:underline; cursor:default; background:#FFFFFF}
| > a:active { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > </STYLE>
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Hi,
| > >
| > > this page:
| > > http://www.luzippu.plus.com/2004/Events.htm
| > >
| > > is not showing in FP Preview and even on the browser.
| > > I've edited the page from the Normal view in FP, but cannot find the problem
| > > in the HTML code.
| > >
| > > Any help?
| > > Thank you
| >
| >
| >
 
K

Kathleen Anderson [MVP - FrontPage]

Firefox and Opera have JavaScript consoles - I believe they will do
JavaScript validation for you.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


luzippu said:
Thanks very much guys, I found the missing comment tag and the page is now
working.

For the future, are there any tools that can help people like me (mainly
using the desigh view to generate the code behind a page) to find errors
within the code structure?

Or should we just learn html and java!

Thanks for your time.


Stefan B Rusynko said:
You have an opening comment tag w/o a closing one (so the whole page is
commented out) at

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0

Change

</script>
</head>

To

// -->
</script>
</head>


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thomas,
|
| i did delete the code you highlighted and re-published , however the
problem
| is still there.
|
| Any other thoughts?
| Thanks
|
|
|
| "Thomas A. Rowe" wrote:
|
| > The correct URL is:
| >
| > http://www.luzippu.plus.com/2004/events.htm
| >
| > Remove the following section and your page should display:
| >
| > <STYLE TYPE='text/css'>
| > <!-- textrollover-1{ }
| > a:link { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > a:visited { color:#FF6600; text-decoration:none; background:#FFFFFF}
| > a:hover { color:#FF6600; text-decoration:underline; cursor:default;
background:#FFFFFF}
| > a:active { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > </STYLE>
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Hi,
| > >
| > > this page:
| > > http://www.luzippu.plus.com/2004/Events.htm
| > >
| > > is not showing in FP Preview and even on the browser.
| > > I've edited the page from the Normal view in FP, but cannot find
the problem
| > > in the HTML code.
| > >
| > > Any help?
| > > Thank you
| >
| >
| >
 
T

Thomas A. Rowe

How was this page created, it really doesn't appear to have been created in FP?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

luzippu said:
Thanks very much guys, I found the missing comment tag and the page is now
working.

For the future, are there any tools that can help people like me (mainly
using the desigh view to generate the code behind a page) to find errors
within the code structure?

Or should we just learn html and java!

Thanks for your time.


Stefan B Rusynko said:
You have an opening comment tag w/o a closing one (so the whole page is commented out) at

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0

Change

</script>
</head>

To

// -->
</script>
</head>


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thomas,
|
| i did delete the code you highlighted and re-published , however the problem
| is still there.
|
| Any other thoughts?
| Thanks
|
|
|
| "Thomas A. Rowe" wrote:
|
| > The correct URL is:
| >
| > http://www.luzippu.plus.com/2004/events.htm
| >
| > Remove the following section and your page should display:
| >
| > <STYLE TYPE='text/css'>
| > <!-- textrollover-1{ }
| > a:link { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > a:visited { color:#FF6600; text-decoration:none; background:#FFFFFF}
| > a:hover { color:#FF6600; text-decoration:underline; cursor:default; background:#FFFFFF}
| > a:active { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > </STYLE>
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Hi,
| > >
| > > this page:
| > > http://www.luzippu.plus.com/2004/Events.htm
| > >
| > > is not showing in FP Preview and even on the browser.
| > > I've edited the page from the Normal view in FP, but cannot find the problem
| > > in the HTML code.
| > >
| > > Any help?
| > > Thank you
| >
| >
| >
 
L

luzippu

not sure thomas. it was designed by someone else. i've been asked to amend
part of it and thought fp would be the best option.

thank you all for now
by

Thomas A. Rowe said:
How was this page created, it really doesn't appear to have been created in FP?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

luzippu said:
Thanks very much guys, I found the missing comment tag and the page is now
working.

For the future, are there any tools that can help people like me (mainly
using the desigh view to generate the code behind a page) to find errors
within the code structure?

Or should we just learn html and java!

Thanks for your time.


Stefan B Rusynko said:
You have an opening comment tag w/o a closing one (so the whole page is commented out) at

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0

Change

</script>
</head>

To

// -->
</script>
</head>


_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thomas,
|
| i did delete the code you highlighted and re-published , however the problem
| is still there.
|
| Any other thoughts?
| Thanks
|
|
|
| "Thomas A. Rowe" wrote:
|
| > The correct URL is:
| >
| > http://www.luzippu.plus.com/2004/events.htm
| >
| > Remove the following section and your page should display:
| >
| > <STYLE TYPE='text/css'>
| > <!-- textrollover-1{ }
| > a:link { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > a:visited { color:#FF6600; text-decoration:none; background:#FFFFFF}
| > a:hover { color:#FF6600; text-decoration:underline; cursor:default; background:#FFFFFF}
| > a:active { color:#FF9933; text-decoration:none; background:#FFFFFF}
| > </STYLE>
| >
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Hi,
| > >
| > > this page:
| > > http://www.luzippu.plus.com/2004/Events.htm
| > >
| > > is not showing in FP Preview and even on the browser.
| > > I've edited the page from the Normal view in FP, but cannot find the problem
| > > in the HTML code.
| > >
| > > Any help?
| > > Thank you
| >
| >
| >
 

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