How to divide page in 4 equal part | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to divide page in 4 equal part

using framset tag

19th Aug 2017, 3:47 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
23 Answers
+ 7
Some schools seem to be insisting on some older programs; perhaps for perspective. I'm personally not a fan, especially now that <div> is also about to be "the old way".
19th Aug 2017, 4:34 PM
Kirk Schafer
Kirk Schafer - avatar
+ 7
while helping someone is a good thing but doing their homework for them is not(it is for a reason called homework). i suggest anyone considering to help at the most give directions let the OP make an actual code than if OP asks for help in it (when stuck genuine) help there.
19th Aug 2017, 4:41 PM
Lord Krishna
Lord Krishna - avatar
+ 6
@Rheina Rae ... I only figured that out at the end :/
19th Aug 2017, 4:40 PM
Kirk Schafer
Kirk Schafer - avatar
+ 5
@Deepak; I have no idea why mine didn't work for me, but that does (several panels). edit: ohhh, the <body> tag killed it.
19th Aug 2017, 4:28 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
Duplicate question: https://www.sololearn.com/Discuss/639036/?ref=app Combine rows and columns attributes . Frameset is really old, frames aren't supported in HTML5 and didn't work for me on SoloLearn. https://www.w3schools.com/tags/att_frame_frameborder.asp https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_frame_rows
19th Aug 2017, 4:11 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
@Kaustubh Khavale - w3schools has a test button so you can add the other property and try it immediately. As I indicated, it doesn't​ work in the app for me and it's realllly tricky for me to edit that page.
19th Aug 2017, 4:17 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
Guys ik <frameset> is an old and now it's not useful..........and html5 does not support it apart from that I just want to know the code . I want my basic to be clear .
19th Aug 2017, 4:40 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
+ 4
@Rheina Rae you had used <table> tag I can also divide with table tag but it's usefull and it's not a home work there is html activity in my college and I am preparing very hard for that.
19th Aug 2017, 4:45 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
+ 4
yeah.. using table tags will help..
20th Aug 2017, 7:51 AM
CHILLS(ice~queen)
CHILLS(ice~queen) - avatar
+ 3
Rheina, simply giving somebody code to use does not help them. They need to understand and write the code for themselves.
19th Aug 2017, 4:04 PM
Jordan Chapman
Jordan Chapman - avatar
+ 2
<html> <frameset rows="50%,50%> <frameset cols="50%,50%> <frame> </frameset> <html> see the output...
19th Aug 2017, 4:20 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
+ 2
whoa!! cool@Deepak Gautam but that is not useful for me😂
22nd Aug 2017, 2:30 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
+ 1
you are not getting it @Rheima rae we have to use frameset tag ... it's simple but my mind is not working rn
19th Aug 2017, 4:22 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
+ 1
<html> <frameset cols="50%,50%"> <frameset rows="50%,50%"> <frame> <frame> </frameset> <frameset rows="50%,50%"> <frame> <frame> </frameset> </frameset> </html> that's what I'm talking about
22nd Aug 2017, 2:17 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
+ 1
yessss that was to helpful.
22nd Aug 2017, 2:22 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
22nd Aug 2017, 2:24 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
0
I want to use <frameset> tag
19th Aug 2017, 3:55 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
0
but I have to use frameset
19th Aug 2017, 3:58 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
0
can anyone tell me the code in just 4 lines
19th Aug 2017, 4:06 PM
Kaustubh Khavale
Kaustubh Khavale - avatar
0
but still ... can you give the code just for my understanding.
19th Aug 2017, 4:12 PM
Kaustubh Khavale
Kaustubh Khavale - avatar