locknload007
Power Member
- Apr 14, 2010
- 554
- 86
Actually, the WORKING code for me based on the OP and the style additions by ChrarlesNCharge is what follows:
If you cut and paste it as it is above you should be good to go. HTH!Code:<fb:fbml version="1.1"> <fb:visible-to-connection> <div align="center"><img src="http://faceboostmarketing.com/images/thankyou.jpg"></div> <fb:else><div style="margin-top:-79px;" align="center"><img src="http://faceboostmarketing.com/images/title.jpg"></div> </fb:visible-to-connection> </fb:fbml>
Now, the only thing is, this works fine, as I pointed out in the post I did my code, till the image gets to be about 600px in height, then things get screwy and it cuts off the second visible-to-connect image when they like the page. It has driven me crazy sometimes because I mess with it for hours, then remember to put the divs outside. Basically FB has something that maybe is in the fbml for the visible-to-connect part that converts its div to only 550px or somewhere in there high, which we cant control.
The divs outside does not hurt because it is covered by the blocking part, just like it is in your code, it is there, just hidden. My outside divs are there, just hidden.
So your code works for 95% because they wont have big images, so it is really the way to go.