I am interested in using Frameset with rows which can be resized by the user but seems like Confluence does not recognize Frameset tags.
Is there a way to use Frameset tags in confluence or something that is equivalent to Frameset in confluence?
I am using the following html code in the HTML macro:
<html>
<head>
<title>HTML Frames</title>
</head>
<frameset rows = "10%,80%,10%">
<frame name = "top" src = "/html/top_frame.htm" />
<frame name = "main" src = "/html/main_frame.htm" />
<frame name = "bottom" src = "/html/bottom_frame.htm" />
</frameset>
</html>