On saved pages - content disappears when I preview in FP 2003

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

Guest

When I try to preview my FP 2003 pages, all that displays in the preview pane
is the background color. When in the design page, I see my pictures and
text, but not in the preview page. I have saved these pages.

????
 
In code view, look for unclosed tags, particularly in the
<head>....</head> section of the page.
Example:
<style type=text/css>
....
No </style>

Or
<script ...>
.....
No </script>

Or provide a link to the page, or post the code here.
 
Thanks ... I ended up deleting what I had and starting over. Everything
seems to be fine now. Not sure what happened, but all the pages were blank?
I couldn't find the issue in the code - I guess sometimes we just have to
start over.
 
Back
Top