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!
New to frames - please help.
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
tracey



Joined: 28 May 2005
Posts: 2

PostPosted: Sat May 28, 2005 6:18 am     New to frames - please help. Reply with quote

Hi, hope someone can help.
I am trying to get 3 rows, with the middle row having 2 colums. At the moment I have this as the HTML code:

<FRAMESET ROWS="15%,70%,15%">
<FRAME NAME="banner" SRC="Banner.html">

<FRAMESET COLS="20%,*">
<FRAME NAME="links" SRC="links.html">
<FRAME NAME="mainpage" SRC="Paintworkshophome.html">

<FRAME NAME="copywright" SRC="copywright.html">

</FRAMESET>

The top two rows are fine. Its the bottom row I'm having trouble with. On the page it displays the gap but does not have the copywright.html data in it. Can you tell me why please?
gary.newelluk



Joined: 12 May 2005
Posts: 548
Location: Peterhead, Scotland

PostPosted: Sat May 28, 2005 1:47 pm     Reply with quote

You are one </frameset> missing.

If you place
Code:
</frameset>
just before the <frame src="copyright" line then your frames will work fine.

Also put a closing </frameset> at the end after the copyright line.

The first </frameset> will close the 2 columns, the 2nd one will close the 3 rows.
tracey



Joined: 28 May 2005
Posts: 2

PostPosted: Fri Jun 03, 2005 9:55 am     Reply with quote

Thank you very much.
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
 
HOSTING / DESIGN
MAKE MONEY

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