/ Published in: HTML
Expand |
Embed | Plain Text
<link ref="stylesheet" type="text/css" href="LINK_TO_CSS" /> <div id="wrapper"> <fb:visible-to-connection> CONTENT VISIBLE FOR FANS ONLY <fb:else> <div id="non-fans"> CONTENT VISIBLE FOR NON FANS </div> </fb:else> </fb:visible-to-connection> </div> css: #wrapper { width:520px; margin:0 auto; border:0; padding:0; position:relative; } #non-fans { width:520px; position:absolute; top:0; left:0; }
Comments
Subscribe to comments
You need to login to post a comment.

Can anyone please help me regarding this code?
What am i doing wrong here as it is showing same image every time