Home  >  Q&A  >  body text

How to use the rows of the frame to divide the page into upper, middle and lower parts, with the middle part divided into left and right parts?

Like the question, please solve it.

季风季风2374 days ago1326

reply all(2)I'll reply

  •  

     2018-03-23 16:34:12

    <html>


    <frameset rows="30%,70%">


    <frame src="/example/html/frame_a.html" noresize="noresize">

    <frameset rows="50%,50%">

    <frameset cols="25%,50%,25%">

    <frame src="/example/html/frame_b.html" noresize="noresize">

    <frame src="http://localhost:8080/Shopping/List.jsp?value=商品" noresize="noresize" scrolling="no">

    <frame src="http://www.baidu.com" noresize="noresize">

    </frameset>

    <frame src="/example/html/frame_a.html" noresize="noresize">

    </frameset>



    </frameset>


    </html>

    reply
    1
  • 季风

    Thank you very much, I finally understand this idea!

    季风 · 2018-03-26 17:08:31
     

    You're welcome

      · 2018-03-26 17:09:37
  • Cancelreply