Styling 3:20 video

How to find Control ID and Page ID

Learn how to find Control ID and Page ID with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance to complete the task…

To identify the Control ID/Page ID:

  • Go to Preview/Published version of your application
  • Press F12 on your keyboard to open browser's console
  • Click "Select an element in the page to inspect it" button
  • Mouse over the control/cell/any element on the page and do left mouse click on it and it will be highlighted in the browser's console from where you can copy it's ID value and paste it in your Stylesheet to be able to change its background color, font color, font size, etc.