HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Pages not visible..!
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> HTML Frame
View previous topic :: View next topic  
Author Message
nick77



Joined: 31 Mar 2008
Posts: 1

Posted: Mon Mar 31, 2008 3:49 am     Pages not visible..!  

Hi. I'm new to this forum. I constructed a website several years ago. I recently visited it and it doesn't appear to be all visible. I think it's to do with framesets although who knows? To me the code looks ok? Actually I spoke to someone last week who claimed they were able to view the whole site. So this is a bit of a mystery... I hope someone can give me some idea what the problem is please...cheers Nick site: www.ncope.co.uk


Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Mon Mar 31, 2008 4:53 am      

It worked for me just fine in Internet Explorer 7. You might start with your source code and use more like Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled 2</title>
</head>

<frameset cols="120,*">
   <frame name="contents" target="main" src="pages/left_side.html">
   <frame name="main" src="pages/index_2.html">
   <noframes>
   <body>

   <p>This page uses frames, but your browser doesn't support them.</p>

   </body>
   </noframes>
</frameset>

</html>

_________________
Corey
Toll Free Phone Numbers | Processing Credit Cards | Microsoft Expression Web Blog
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group