0

Examples in Google's GWO documentation have </noscript> tags floating around free:

<h1>
 <script>utmx_section("Headline")</script>
  Welcome!
 </noscript>
</h1>

That doesn't even look to me like valid HTML. Somebody's missing something -- either the example is missing the open <noscript> tag or I'm missing the explanation of how this is supposed to work.

4

2 に答える 2

0

この例は間違っていません。それが GWO のしくみです。ほとんどの場合、これで問題ありません。何かが壊れる場合は、開始<noscript>タグを終了タグの直前に追加できますが、デフォルト コンテンツの後に追加できます。

http://adwords.google.com/support/aw/bin/answer.py?hl=ja&answer=64418

于 2011-07-12T18:00:14.153 に答える