Eric Rohloff wrote:Your seeing those in the source code after preview in the editor correct
. Thats for the html editor to render your page in the preview.
Hi Randy,
It's great to hear that you're working on displaying values from your weather station on a webpage! The "ccID" you're seeing in the HTML tags likely stands for "custom control ID." These IDs are often used in web development to uniquely identify specific elements or controls on a page.
In your case, it seems like the ccID is being used to differentiate between different weather data elements, such as temperature and temperature units. This can be useful for styling or scripting purposes, allowing you to target specific elements with CSS or JavaScript if needed.
While the exact purpose may vary depending on how the webpage is coded, understanding that ccID serves as a unique identifier for these elements should help you work with them more effectively.