I tested everything in test console:http://developers.facebook.com/tools/console/ and made sure it works but when I try to embed the code into the FBML editor, I see nothing but the canvas background. Everything but the canvas has images as the background which are hosted in my own server. Here's a snippet of my code below:
<div id="page" style="background:black;width:520px;height:1400px;">
<div id="top-border" style="height:4px;width:100%;background:url(http:///mysite.com/fb-apps/testing/top-border.jpg) no-repeat;"></div>
</div>
Any idea what's wrong? This is my first time building custom page. Note that the inline styling is intended because external method doesn't seem to work.