How to use Frameset attribute in HTML macro?

Paras December 15, 2021

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> 

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 26, 2021

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events