HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
my frame code doesn't seem to work
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Fais



Joined: 02 Mar 2005
Posts: 1

PostPosted: Wed Mar 02, 2005 2:49 pm     my frame code doesn't seem to work Reply with quote

hi my frame code doesn't seem to work here it is:
--------------------------------------------------
<html>
<head>
<title> My frames!! </title>
</head>
<FRAMESET COLS="35%,*" ROWS="15%" >
<FRAME SRC="kim.html">
<FRAME SRC="lisa.html">
<FRAME SRC="terri.html">
</FRAMESET>

</html>
---------------------------------
what is wrong and what should I do.
thanks
fais
chrisxkelley



Joined: 07 Dec 2004
Posts: 246

PostPosted: Thu Mar 03, 2005 6:40 am     Reply with quote

try this out
Code:

<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="kim.html" name="topFrame" scrolling="NO" noresize>
  <frameset rows="*" cols="*,621" framespacing="0" frameborder="NO" border="0">
    <frame src="lisa.html" name="mainFrame">
    <frame src="terry.html" name="rightFrame" scrolling="NO" noresize>
  </frameset>
</frameset>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial