Is it possible to create a text box that does not affect other boxes when made visible.
What I have:
Invisible text box. The page looks normal.
Visible text box. Everything gets pushed down, and looks wrong.
What I want:
Invisible text box. The page looks normal.
Visible text box . Everything stays in place, and the text box shows the text on top of the other boxes.
Is this possible or do i really need to make approx 10-20 functions in order to make the text box toggle on and off, without?
0
Answers
- The text box is always shown, the content is displayed via expressions.
Right click text box -> Expression...
If anybody can give something that looks more as an absolute positioning like in CSS for HTML, I would be very interested in knowing anyways.