my existing pages wont open, whats wrong?

B

b r e n t

ive created a pretty decent webpage, but when i tried to open one of the
pages ive allready created, it opens up as a blank page. but not really a
blank page, but simply the lavender frontpage background. why cant i see my
pages anymore?

- b r e n t
 
R

Ronx

Probably broken HTML within the page.
Check every opening tag has the corresponding closing tag
examples:
every <table> has an </table>
every <style> has an </style>
every <script> has a </script>
etc.
 
Top