Centering pop up problems

I have used the centering pop up technique, but my problem lies with the boreders. I’m using the pop ups for jpgs, but it seems to have a bit of a boreder at the top and the left of the image, how can I get rid of this. I used the tut on this site for centered popups. an example of my problem is on my site at http://robertbannister.netfirms.com . Located in the 3D portfolio section.

Thanks

Rob

one other problem I’m having with this pop up window is that its resizing to fit in the widow. I want to keep at the original resolution

Where’s the pop-up?

regards

for the second question, i don’t understand what you mean, but as for the first one, actually, i did something similar for this web
www.carlesfochs.com
if you choose one of the projects, it opens a pop up window. in dreamweaver, in “modify page properties”, i set the left and top borders to 0.
hope this help!

but for more about pop ups, check
http://www.flash-db.com/PopUp/

I’m assuming the pop-up is with javascript, so look in your javascript to see where the code for the output is, find the body tag in it and add “topmargin=0 leftmargin=0” (without the quotes.) and that should work.