묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
img src 문제..
2006.03.24 20:04
아래 처럼 세로 1000픽셀 가로 90픽셀의 그림을 나타내게 img src 를 썻는데요
가운데 정렬을 했는데도 그림이 왼쪽으로 치우치게 되네요...
어떻게 된걸까요...? 가운데로 올 수 있게 할 수없을까요...?
여백같은 것은 주지 않아서 왼쪽으로 붙거나 그럴일이 없을텐데...
p.s 주소는 임의로 바꾼겁니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>foot</title>
<meta name="generator" content="Namo WebEditor v6.0">
<script language="JavaScript"><!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0">
<p align="center"> </p>
<p align="center"><img src=http://123.jpg width="1000" height="90" border="0" usemap="#ImageMap2"><map name="ImageMap2">
<area shape="rect" coords="100, 11, 229, 89" href="javascript:na_open_window('win5', '어쩌구', 0, 0, 500, 700, 0, 0, 0, 1, 0)" target="_self">
<area shape="rect" coords="431, 11, 561, 89" href="javascript:na_open_window('win6', '저쩌구', 0, 0, 700, 400, 0, 0, 0, 1, 0)" target="_self">
</map></p>
</body>
</html>
가운데 정렬을 했는데도 그림이 왼쪽으로 치우치게 되네요...
어떻게 된걸까요...? 가운데로 올 수 있게 할 수없을까요...?
여백같은 것은 주지 않아서 왼쪽으로 붙거나 그럴일이 없을텐데...
p.s 주소는 임의로 바꾼겁니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>foot</title>
<meta name="generator" content="Namo WebEditor v6.0">
<script language="JavaScript"><!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0">
<p align="center"> </p>
<p align="center"><img src=http://123.jpg width="1000" height="90" border="0" usemap="#ImageMap2"><map name="ImageMap2">
<area shape="rect" coords="100, 11, 229, 89" href="javascript:na_open_window('win5', '어쩌구', 0, 0, 500, 700, 0, 0, 0, 1, 0)" target="_self">
<area shape="rect" coords="431, 11, 561, 89" href="javascript:na_open_window('win6', '저쩌구', 0, 0, 700, 400, 0, 0, 0, 1, 0)" target="_self">
</map></p>
</body>
</html>