묻고답하기
홈페이지 상단 여백
2010.10.20 19:36
현재 홈페이지 제작중인데요
1280*800 해상도에 맞춰 작업했습니다.
제 쪽에서 아무문제 없이 잘 보이는데
의뢰하신 분 컴이 해상도 1680*1050 에서 보면
상단에 여백이 생긴다고 하더라구요.
이것의 해결 방법과...
또 홈페이지 테이블 크기를 100% 로 줬는데 1024* 해상도에서 옆이 짤리게 보이더라구요.
이런저런 정보들을 찾아보니 XE 는 적용되지 않는 소스가 있다고 하던데
아래 소스에서 무엇을 수정해야 상단 여백을 없앨 수 있는지와
다른 해상도에서 짤리지 않고 온전히 홈페이지를 볼 수 있는 방법을 좀 알려주세요 ㅠ_ㅠ
부탁드립니다!!!
<html>
<head>
<title>sub</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
<!--
a,area { blr:expression(this.onFocus="this.blur())" }
:focus { -moz-outline-style: none; }
-->
</style>
</head>
<bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="scrollbar-face-color:black; scrollbar-shadow-color:black; scrollbar-highlight-color:black; scrollbar-3dlight-color:black; scrollbar-darkshadow-color:black; scrollbar-base-color:white; scrollbar-arrow-color:white; scrollbar-track-color:white;" style="scrollbar-face-color:black; scrollbar-shadow-color:black; scrollbar-highlight-color:black; scrollbar-3dlight-color:black; scrollbar-darkshadow-color:black; scrollbar-base-color:white;
scrollbar-arrow-color:white; scrollbar-track-color:white;" style="scrollbar-face-color:black; scrollbar-shadow-color:black; scrollbar-highlight-color:black; scrollbar-3dlight-color:black; scrollbar-darkshadow-color:black; scrollbar-base-color:white; scrollbar-arrow-color:white; scrollbar-track-color:white;" style="overflow-x:hidden" style="margin:0px">
<table id="Table_01" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5" width="1284">
<img src="../images/sub_01.gif" width="1280" height="6" alt=""></td>
</tr>
<tr>
<td colspan="5" width="1284">
<img src="../images/main_02.gif" width="1280" height="93" border="0" usemap="#ImageMap1"></td>
</tr>
<tr>
<td width="351" valign="top">
<p align="left"> <img src="../images/sub_03.gif" width="351" height="519" alt=""></p>
</td>
<td width="674">
<p align="center">
p 대신 div 태그를 써 보세요. xe는 p 태그에 여백을 넣는 경우가 있어서 -_-...