 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
tracey
Joined: 28 May 2005 Posts: 2
|
Posted: Sat May 28, 2005 6:18 am New to frames - please help. |
|
|
|
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
|
Posted: Sat May 28, 2005 1:47 pm |
|
|
|
You are one </frameset> missing.
If you place
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
|
Posted: Fri Jun 03, 2005 9:55 am |
|
|
|
| Thank you very much. |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|