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>
Frameset is a deprecated tag and is going away, so the standard advice is not to use it.
The recommended replacement for it is the iframe.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.