i have a problem with the horizontal Scroll
it appears because of this code (fbb_footer template)
Code:
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"></script>
<script type="text/javascript">
var bburl = '$vboptions[bburl]';
function fbUserConnected_hook() {
if (typeof fbUserConnected == 'function') {
fbUserConnected();
} else {
//alert('User Connected but no function found!');
}
//FBB-JAVASCRIPT-FROM-PHP-PLACEHOLDER-PLEASE-DO-NOT-REMOVE-ME
}
// Main Facebook Connect Javascript Initialization
FB.init("$vboptions[fbb_apikey]", "xd_receiver.htm"
,{"ifUserConnected" : fbUserConnected_hook});
</script>
when i empty the template it doesnt appear
any help please ??
my forum is RTL direction