いくつかの非常に難しい理由で、追加で挿入されます...ページの開始前、実際の<head>開始前. これは別のアプリからのもので、削除できません。
したがって、コードは次のようになります。
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="http://www.facebook.com/#!/nagradnaigra123.si?sk=app_163054567105477">here</a>.</h2>
</body></html>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
... normal content from here on...
それで、一体どうすれば私のページの先頭にある追加の頭を取り除くことができるのかと尋ねています。css を編集したり、javascript、jquery、php を追加したりできますが、この問題の解決策がわかりません。
これはまったく可能ですか?