テーブルの固定



0   名前: saki : 2006/12/19(火) 00:21  ID:H9xE.894
http://sweety.jp/matsuya/top.html

上の更新履歴と、下の方にあるテーブルの位置をもう少し近づけたいのですが、どうすればいいでしょうか?
余分なタグがあるのだと思うのですが






<HTML>
<HEAD>
<Meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">


<STYLE TYPE="text/css">
<!--
.ad_text{font-size:15px;}
-->
</STYLE>

<TITLE>TOP</TITLE>
<STYLE TYPE="text/css">
<!--
body {
scrollbar-base-color: #000000;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #44cccc;
scrollbar-darkshadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #44cccc;
scrollbar-arrow-color: #44cccc;
}
-->

<STYLE TYPE="text/css">
<STYLE TYPE="text/css">
<!--
A{text-decoration:none;}
-->
</STYLE>
<style type="text/css">
<!--
a:hover { color:black; }
-->
</style>
<STYLE type="text/css">
<!--
TABLE{
cursor : crosshair;

}
-->
</STYLE>
</HEAD>





<BODY bgcolor="black" >


<CENTER>
<table border="0" cellspacing="10" height="450" width="300">
<tr height="70">

<div align="center">
<p><FONT size="2" color="#ffffff">……<更新履歴>……</FONT>
<BR>
<BR>
<iframe src="sample.html" name="f" width="100%" height="90" frameborder="0">
</iframe> </p>
</font>
</div>

</table>




<TABLE cellspacing="10" bgcolor="#44cccc" background="">
<TBODY>
<TR>
<TD width="9" height="18"><IMG src="sample.png" width="300" height="332" border="0"></TD>
</TR>
</TBODY>
</TABLE>
<FONT size="2" color="white"></FONT> <BR>
<BR>
<BR>
<BR>
</body>
</HTML>

1   名前: key-child : 2006/12/19(火) 00:21  ID:RGl3C7SI
<CENTER>の終了タグがありません、。不必要なら消しましょう。
最初のテーブルにtd要素がありません。追加しましょう。
</font>の開始タグがありません。不必要なら消しましょう。


URLのソースだと、1つ目のテーブル終了後に余分な?テーブルの断片があります。
不必要なら消しましょう。

2   名前: saki : 2006/12/19(火) 00:21  ID:b4gRhRsP
ありがとうございます。
解決できました。

一覧へ戻る