Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello, I've been tasked with adding a note to a page that displays in the header of a pageset.
Everything was implemented and works, except that now the header size can be various heights, if the note is long enough. Previously the header was hard set to a certain height so that the content inside the tag would start immediately after the header. But now that the size of the header can be changed depending on what the document writer puts, this no longer works. Is there a way to set a header to be dynamic in height so that rather it's 1 or 3 lines the following content will start relative to this new header height?
We're using Arbortext 7.1 fosi.
I'm not sure you can achieve that with FOSI. We have done that before with the APP engine - the header sits in a frame and you can enable frame "avoid" mode which pushes the main text down the page rather than having the header overprint. With FOSI maybe you could implement multiple pagesets and switch between them according to how long the header text is?
What we ended up doing was removing part of the header from the page set. Then adding it as usetext for a custom tag placed in the contents of that pageset.