Html question

Just to show my versatility in things that I don’t understand, I’m
struggling with ‘printing’ html and I don’t exactly know how to handle
this. On screen…I have no problems but print preview - I have a
problem

Consider 2 layers defined in

#layer1 { height: 118px; width: 100px; left: 36px; top: 20px; position:
absolute; visibility: visible; }
#layer2 { height: 150px; width: 752px; left: 36px; top: 20px; position:
absolute; visibility: visible; }
–>

Some text<

In print preview…text in layer2 is ‘below’ rather than inline with
picture in layer1. Inside a browser window, the objects are perfectly
where I want them…until I print/print preview.

I have tried both and

tags but the same results.

I am trying not to ‘force’ the location with

as I am trying to
reform my ways.

What is the trick?

Craig