わかりましたので、埋め込まれた youtube-clip を % width/height にするのに問題があります。どんな解像度でも同じように見えるウェブサイトを作ろうとしています。
px の代わりに % を使用するにはどうすればよいですか?
<table id="tableframsida" align="center" border="0" height="80%">
<tr>
<td height="100%">
<h2>HeatoN explains how to think when you're creating tactics</h2>
</td>
<td height="100%">
<iframe width="100%" height="100%" src="http://www.youtube.com/embed/UTdFMBReXBw" frameborder="0" allowfullscreen></iframe>
</table>