I need to print a serial number on a pre-printed 8.5 by 11 inch form that looks something like this:
X | X
------
X | X
------
O | X
------
The X's represent a spot where the serial number is to be printed and the O represents a spot where nothing is printed.
I have tried a couple a different things and get results that look like this:
1 | 2
------
3 | 4
------
5 | 6
------
or like this:
1 | 1
------
1 | 1
------
1 | 1
------
Thank you in advance for any advice.
ArzonM
X | X
------
X | X
------
O | X
------
The X's represent a spot where the serial number is to be printed and the O represents a spot where nothing is printed.
I have tried a couple a different things and get results that look like this:
1 | 2
------
3 | 4
------
5 | 6
------
or like this:
1 | 1
------
1 | 1
------
1 | 1
------
Thank you in advance for any advice.
ArzonM