|
-
Sep 19th, 2011, 07:41 PM
#1
Thread Starter
Lively Member
[RESOLVED] About Frames
Hi, i'm working on my collage's professor's request. I'm trying to create frame based web pages.
I need this layout

But I cant create the center bottom.
There is the code:
Code:
<frameset rows="12%,*">
<frame name="ust" src="ust.html">
<frameset cols="14%,*,14%">
<frame name="sol" src="sol.html">
<frame name="ortaust" src="orta-ust.html"><br/>
<frame name="ortalt" src="orta-alt.html"><br/><br/>
<frame name="ortal54t" src="orta-alt.html"><br/>
<frame name="sag" src="sag.html"><br/>
</frameset>
</frameset>
Preview Page
-
Sep 19th, 2011, 08:18 PM
#2
Re: About Frames
You need another frameset.
HTML Code:
<html><head><title>Frame</title>
</head>
<frameset rows="12%,*">
<frame name="ust" src="http://www.eskiciyeah.com/f/ust.html">
<frameset cols="14%,*,14%">
<frame name="left" src="http://www.eskiciyeah.com/f/sol.html">
<frameset rows="50%, 50%">
<frame name="ortaust" src="http://www.eskiciyeah.com/f/orta-ust.html">
<frame name="ortal54t" src="http://www.eskiciyeah.com/f/orta-alt.html">
</frameset>
<frame name="right" src="http://www.eskiciyeah.com/f/orta-alt.html">
<!--<frame name="sag" src="sag.html">-->
</frameset>
</frameset>
</html>
I've commented out "sag" because judging from your diagram, you have too many frames.
Also, frames are an outdated practice and are generally frowned upon throughout the internet. There are better ways to make websites these days, and I'd suggest you utilize those alternative methods.
Take it from me: Frames are the path to the dark side. Frames lead to tables. Tables lead to hate. Hate leads to suffering.
-
Sep 19th, 2011, 08:20 PM
#3
Thread Starter
Lively Member
Re: About Frames
Thank you, thank you kows. Have a good day.
-
Sep 20th, 2011, 06:16 PM
#4
Re: [RESOLVED] About Frames
Take it from me: Frames are the path to the dark side. Frames lead to tables. Tables lead to hate. Hate leads to suffering.
kows is Bill Gates, Steve Jobs, and also Yoda.
-
Sep 20th, 2011, 07:47 PM
#5
Re: [RESOLVED] About Frames
 Originally Posted by SambaNeko
kows is Bill Gates, Steve Jobs, and also Yoda.
That's the nicest thing anyone has ever said about me, Samba.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|