Results 1 to 4 of 4

Thread: [Resolved] HTML Jibbler needed!

  1. #1

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    [Resolved] HTML Jibbler needed!

    Guys,

    I'm looking for someone to make me a frameset in the following format:

    VB Code:
    1. _________________
    2. |   |________|  |
    3. |   |        |  |
    4. |   |        |  |
    5. |   |        |  |
    6. |___|________|__|

    So I have a left frame, right frame, and a middle frame split into two rows. I've tried everything I can think of to make this work, but it hasn't. If anyone can make me one, I'll be very very grateful

    TIA
    Last edited by CyberSurfer; Jul 28th, 2004 at 04:24 AM.

  2. #2
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383
    How about this?
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
    <HTML> 
      <HEAD> 
    	 <TITLE>Untitled</TITLE> 
      </HEAD> <FRAMESET COLS="33%,33%,*"><FRAME NAME="frame_9A13" SRC="page_9A13.htm">
      <FRAMESET ROWS="24%,*"><FRAME NAME="frame_9A2B12" SRC="about:blank"><FRAME NAME="frame_9A2B21" SRC="about:blank"></FRAMESET>
      <FRAME NAME="frame_9A31" SRC="about:blank"><NOFRAMES> 
      <BODY> 
    	 <P>This page requires a frames enabled browser. </P> </BODY></NOFRAMES></FRAMESET>
    </HTML>

  3. #3
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    here you are:

    Code:
    <frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
      <frame src="top" name="topFrame" scrolling="NO" noresize>
      <frameset cols="80,*,80" frameborder="NO" border="0" framespacing="0">
    	<frame src="left" name="leftFrame">
        <frame src="main" name="mainFrame">
        <frame src="right" name="rightFrame" scrolling="NO" noresize>
      </frameset>
    </frameset>
    Here you are just adjust the filenames/sizes as required and let me know if you need more help.

  4. #4

    Thread Starter
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    Sweet, thanks very much guys

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