Home › Forums › Support › Where to add a canvas id? This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 12, 2022 at 7:18 am #2459005 Kevin Trying to play around with some JS stuff which requires a canvas ID. I use GP premium and block pro. Kinda new at using <canvas>. Any suggestions on where/how to add a canvas id to a block element? December 12, 2022 at 8:17 am #2459206 DavidStaff Customer Support Hi there, there are not blocks that add a canvas element to the page. Instead add a HTML Block and inside that add your HTML eg. <canvas id="your-canvas-id" width="600" height="300"></canvas> Include the other attributes you require, i added the width and height as an example. December 12, 2022 at 8:19 am #2459209 Kevin awesome, thanks! December 13, 2022 at 2:20 am #2460110 DavidStaff Customer Support You’re welcome! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In