I have recently installed a wordpress blog at http://www.ijdmtoy.com/FAQ
When you directly type this URL: http://www.iJDMTOY.com/FAQ and when the page opens, if you see the source code it is like
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"></p>
<p><head profile="http://gmpg.org/xfn/11"><br />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
However, if you click on anywhere on this blog and review the source code again, you will see it changes to
<style>#fbku {position:absolute;overflow:auto;height:0;width:0;}</style><font id="fbku"><b></b><br />
</font></p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml">
I have tried to remove this in frontpage to test and everything works perfect, so the problem is this <style> code appears above, can you please help me figure out how to remove this
<style>#fbku {position:absolute;overflow:auto;height:0;width:0;}</style><font id="fbku"><b></b><br />
</font>
I want to know how can I have this removed from my header.php