View Full Version : Inserting PDF


soccer022483
07-20-2005, 06:49 PM
I'm trying to insert a pdf that will be 90px from the top and 40px from the bottom.

First, what is the best way to insert a pdf: using the object/iframe/embed element (or some other way)?

Then should I place this object/iframe/embed element into a absolutely positioned DIV that's 90px from the top and 40px from the bottom?

I've tried this but it won't work. Any help?

pb&j
07-21-2005, 12:59 AM
the first part is answered in the html forum area. please do not repeat the same question in different forums.

the second part, since you want to control the top and bottom (not left to right), perhaps position the object from the top using absolute positioning then add a margin (using css too) to the bottom of the element.

moving to css forum as this topic is more that direction.