Quote:
|
Originally Posted by NikkiPierce
Hi,
I have gotten everything ready to bring IDX to my web page. It is done through Planet Realtor apparently from what my broker advised. I have the company (broker) access but from there I am lost.
Has anyone dealt with brining IDX in to their web site this way?? Any help??
|
Which IDX? The framed IDX or the IDX data?
Here is an example using an iframe with the planetrealtor framed IDX
<div style="background-color:#CED6E0;overflow:hidden;width:100%;">
<iframe style="width:725px; height:1320px; border:none;" src="http://fl.living.net/idxfirm/9999999" framespacing="0" frameborder="no" scrolling="no" name="properties"></iframe>
</div>
change the 9999999 to your firm number or the number FAR gives you. Adjust the color and size to what you want.
Hope this is helpful