Go Back   The macosxhints Forums > Working with OS X > OS X Developer



Reply
 
Thread Tools Rate Thread Display Modes
Old 07-25-2006, 09:34 AM   #1
TheOneEyed Hobo
Triple-A Player
 
Join Date: Apr 2006
Posts: 81
How to make a four square frameset with HTML? (This is Killing Me!)

Is there any way to make a four square frameset with HTML! I have been trying and I just can't get it.

Thanks in advance,
TheOneEyed Hobo
__________________
eMac G4: 1GHz w/768MB
iBook G4:1.46GHz w/768MB
PowerBook: 1.67GHz w/512MB
email: reesehyde@gmail.com AIM: oneeyedhobo
TheOneEyed Hobo is offline   Reply With Quote
Old 07-25-2006, 04:57 PM   #2
ThreeDee
Hall of Famer
 
Join Date: Aug 2005
Location: USA
Posts: 3,418
You will need three pages. One page will have a horizontal frames, the other two will have vertical frames. Set the 'src' of the horizontal frames to the vertical frame pages.

If you need to do this with only one page, try:
Code:
<FRAMESET cols="50%,50%">
  <FRAMESET rows="50%,50%">
      <FRAME src="frame1.html">
      <FRAME src="frame2.html">
  </FRAMESET>
  <FRAMESET rows="50%,50%">
    <FRAME src="frame3.html">
    <FRAME src="frame4.html">
  </FRAMESET>
 </FRAMESET>
I'm a bit rusty on my HTML, so click here for more info on frames.
__________________
15" MacBook Pro (Mid 2010), 2.4 GHz Core i5, 10.6.5, 4GB RAM
PowerMac G4 "Quicksilver", 733 MHz, 10.4.11, 1.5GB RAM

iPod Touch 5G, 32GB, iOS 6.1.3
ThreeDee is offline   Reply With Quote
Old 07-25-2006, 05:09 PM   #3
TheOneEyed Hobo
Triple-A Player
 
Join Date: Apr 2006
Posts: 81
Oh, I'm really sorry, I forgot to reply. I actually got the code, but thank you very much anyways.
Here's what I got:

<frameset rows="50%,50%">
<frameset cols="50%,50%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
</frameset>
<frameset cols="50%,50%">
<frame src="frame_c.htm">
<frame src="frame_d.htm">
</frameset>
</frameset>
__________________
eMac G4: 1GHz w/768MB
iBook G4:1.46GHz w/768MB
PowerBook: 1.67GHz w/512MB
email: reesehyde@gmail.com AIM: oneeyedhobo
TheOneEyed Hobo is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.