Click to See Complete Forum and Search --> : Help On Centering Items Within A IFrame


karnesb
08-16-2007, 10:59 AM
Hello All!

I'm trying to center the information that is being called within an IFrame. I don't know if this is even possible based on the fact that I'm calling it from another site but if so can anybody give me a hand on this? It would be greatly appreciated.

ray326
08-16-2007, 10:22 PM
It has to be centered in the source.

karnesb
08-17-2007, 08:51 AM
Thanks Ray,

Just one quick question, I'm pulling the info from the Iframe from a different source and the first page that comes up is a search form and then it goes to a listing of properties. Now the width of the search form and the property listings are different and I was wondering if there was a way to have to Iframe resize itself to match the width of each different site that pops up within it?

ray326
08-17-2007, 09:48 AM
Nope. You might want to investigate AJAX-like techniques for putting that content into a div rather than an iframe.