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:

  1. Open the HTML Embedded app in the monday.com Board View of Dashboard Widget

  2. 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';">&times;</span> <strong>Collabsoft </strong> This message was embedded using the HTML Embedded app! </div> </body> </html>

  3. After pasting the code the following should become visible

  4. If not please get in touch with our support team.