I would like to insert some javascript commands to navigate among a set
of images. I am thinking of constructing an array of image files, for
instance:
Later within the body, I would change between images using -
In a site that I am building, I have a similar requirement. There are
standard, site-wide css and javascript files that are included in my
layout but I also have page specific javascript or css that occasionally
needs added to the section.
I solve it by including the following in my layout:
...
...
...
Then, in the appropriate pages, I create a new page part named “css” or
“js” and put in my code in there.
The cool thing about this method is that I can declare inline javascript
or css like: