Hi @bbgroup
I’m not sure exactly what you are asking, but it seems like you are struggling with the layout of the app. I don’t know what cheatsheet you are using, but here are some helpful sites for learning more:
-
Mozilla tutorial: Learn to style HTML using CSS - Learn web development | MDN
-
W3 schools tutorial: CSS Tutorial
-
Using Bootstrap can also make it easier to style an app. Here is a good introductory video Complete Guide to Bootstrap Dashboard Apps - Dash Plotly - YouTube
Note that using iframe
s can raise security risks in an app - especially if you have all the sandbox security settings disabled.
-
Here is more info on security risks with
iframe
: From object to iframe — other embedding technologies - Learn web development | MDN -
See this thread for more information about writing secure dash apps: Writing Secure Dash Apps - Community Thread
Finally, it will be easier to help if you ask specific questions and provide a minimal working example. This post has more info on how to do that. How to Get your Questions Answered on the Plotly Forum