긴히 도움 청합니다..!
본문
에디트플러스로 홈페이지를 만드는 중인데요,
이렇게 윗부분이 홈페이지 디자인이고, 밑부분이 게시판이 들어가는 자리인데 게시판이 왼쪽으로 찰싹 붙어버렸네요..
<html>
<head>
<title> space station</title>
<link rel="shortcut icon" href="http://spacestation8.dothome.co.kr/images/favicon.ico">
</head>
<body leftmargin="0" topmargin="0">
<table align="center" width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="6" height="116" background="http://spacestation8.dothome.co.kr/images/header.gif"></td>
</tr>
<tr>
<td height="54" width="250"><img src="http://spacestation8.dothome.co.kr/images/img_02.gif" border="0"></td>
<td width="138"><a href="text.html"><img src="http://spacestation8.dothome.co.kr/images/img_03.gif" onmouseover="this.src='http://spacestation8.dothome.co.kr/images/img_over_03.gif'" onmouseout="this.src='http://spacestation8.dothome.co.kr/images/img_03.gif'" border="0"></a></td>
<td width="124"><a href="text2.html"><img src="http://spacestation8.dothome.co.kr/images/img_04.gif" onmouseover="this.src='http://spacestation8.dothome.co.kr/images/img_over_04.gif'" onmouseout="this.src='http://spacestation8.dothome.co.kr/images/img_04.gif'" border="0"></a></td>
<td width="1"><img src="http://spacestation8.dothome.co.kr/images/img_05.gif" border="0"></td>
<td width="142"><a href="photo.html"><img src="http://spacestation8.dothome.co.kr/images/img_06.gif" onmouseover="this.src='http://spacestation8.dothome.co.kr/images/img_over_06.gif'" onmouseout="this.src='http://spacestation8.dothome.co.kr/images/img_06.gif'" border="0"></a></td>
<td width="138"><a href="video.html"><img src="http://spacestation8.dothome.co.kr/images/img_07.gif" onmouseover="this.src='http://spacestation8.dothome.co.kr/images/img_over_07.gif'" onmouseout="this.src='http://spacestation8.dothome.co.kr/images/img_07.gif'" border="0"></a></td>
<td width="231"><img src="http://spacestation8.dothome.co.kr/images/img_08.gif" border="0"></td>
</tr>
<tr>
<td colspan="6" height="800" align="center" style="padding-top:100px;"></td>
<td><iframe src="http://spacestation8.dothome.co.kr/gnuboard4/bbs/group.php?gr_id=TEXT1"
width="600" frameborder="0" height="800"></iframe></td>
</tr>
<tr>
<td colspan="6" height="129" background="http://spacestation8.dothome.co.kr/images/img_10.jpg"></td>
</tr>
</table>
</body>
</html>
이게 소스인데 index.html 제외하고 다 저 소스를 씁니다 물론 이미지나 그런 것들은 조금씩 다르지만 다 저 형식이구요
인터넷에서 보고 따라한거긴한데.. ㅜㅜ 뭐가 문제일까요.. 빠른 답변 부탁드립니다..!