Prevent drawing object from moving

N

Neil

Hello. How do I prevent a drawing object from moving? I am trying to create
a template for printing a custom CD label. I do not want to allow the user
to move the circle object or else the label will not print correctly.

Neil.
 
J

Jay Freedman

Anchor the drawing object in the header or footer -- that is, put the
cursor in the header or footer, then insert the drawing object, format
it as "behind text", and place it wherever it belongs on the page.
Then close the header pane. Text in the regular body area can be
placed without interacting with the drawing object.
 
Top