Results 1 to 5 of 5

Thread: [RESOLVED] About Frames

  1. #1

    Thread Starter
    Lively Member cevem's Avatar
    Join Date
    Feb 2010
    Location
    Mars
    Posts
    78

    Resolved [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

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: About Frames

    You need another frameset.

    HTML Code:
    <html><head><title>Frame</title>
    </head>
    <frameset rows="12&#37;,*">
      <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.
    Like Archer? Check out some Sterling Archer quotes.

  3. #3

    Thread Starter
    Lively Member cevem's Avatar
    Join Date
    Feb 2010
    Location
    Mars
    Posts
    78

    Re: About Frames

    Thank you, thank you kows. Have a good day.

  4. #4
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    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.

  5. #5
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: [RESOLVED] About Frames

    Quote Originally Posted by SambaNeko View Post
    kows is Bill Gates, Steve Jobs, and also Yoda.
    That's the nicest thing anyone has ever said about me, Samba.
    Like Archer? Check out some Sterling Archer quotes.

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
  •  



Click Here to Expand Forum to Full Width