Can the TOC maco float on the page so that as the user scrolls the length of the page the TOC remains visable?
Thanks,
Denise Kramer
denise.kramer@vitals.com
You could probably do something like this: Include the CSS macro in the page, and insert the following content:
.toc-macro {
position: fixed;
right: 50px;
top: 100px;
z-index: 100;
background: white;
}
Not that I know of in the cloud version. In the hosted version you could do this fairly easily with a user macro.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.