Código HTML:
Ver original<?php require('facebook/fbmain.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> .main{
margin:0 auto;
width: 100%;
height:500px;
background-image:url(images/6.jpg);
background-color:#666;
background-position:center top;
background-repeat:no-repeat;
background-attachment: fixed;
}
.btn_conecta{
width: 180px;
margin: 0px auto;
padding: 300px 0 0 0;
}
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<?php require('facebook/fbjs.php'); ?>
<div class="btn_conecta"> <input type="button" value="Conectate al Facebook" onclick="FBLogin();" />