私のテンプレートには以下が含まれます:
<h1 style="height: 80px;" /><img border="0" src="/somemoduledirectoryhere/Headline.ashx?c=sometexthere&fc=" alt="anothertexthere" /></h1>
<h2 style="margin-top: 20px;margin-left: 5px;">someheadlinehere</h2>
XHTML 1.0 トランジショナル マークアップ中に次のエラーが表示されます。
ドキュメント タイプは、ここで要素 "h2" を許可しません。「object」、「applet」、「map」、「iframe」、「button」、「ins」、「del」開始タグのいずれかが欠落しています
開いていない要素「h1」の終了タグ
この2つの問題を解決する方法を教えてください。
ありがとうございました。