App test
If you are having trouble embedding your HTML, please take the following steps to determine whether the issue lies with the app itself or your HTML:
Open the HTML Embedded app in the monday.com Board View of Dashboard Widget
Copy & paste the following code in the Insert HTML field
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> .alert{ padding:20px; background-color: #2196F3; color:white; } </style> </head> <body> <div class="alert"> <span class="closebtn" onclick="this.parentElement.style.display='none';">×</span> <strong>Collabsoft </strong> This message was embedded using the HTML Embedded app! </div> </body> </html>
After pasting the code the following should become visible
If not please get in touch with our support team.
Â