Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, would it be interesting if you could insert an element into a page (footer) that contains a copyright notice where the year is automatically updated? (C) 2024 ... Many thanks & best regards Bruce |
||||
|
You can do it like this: Create a JavaScript element, double-click it, and paste this code: var t = document.getElementsByTagName('script'); Be sure to uncheck the "Create Div around code" option in the property window. The last two lines are for setting a font and color, adjust them according to your needs. |
|