묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
아이프레임+이미지맵(아마도??) 허접 질문입니다-
2002.12.16 12:19
..쿨럭...며칠전에도 질문드린적 있는데...소스보기해서 혼자 연구해봐도 안되더라구여 ㅡㅜ
예를 들어서 main.htm이라는 페이지 안에 main2.htm이라는 페이지를 불러오려면
<iframe src="main2.htm" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0" scrolling="auto"></iframe>
이렇게 하는거잖아요...
그런데 main.htm이라는 페이지가
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><img src="main.gif" width="490" height="540" border="0" alt="main.gif"></p>
</body>
</html>
이렇게 이루어져 있고, 제로보드를 넣고 싶은 게 이 gif 그림 한가운데면 어떻게 하나요?
이 gif를 분할해서 테이블로 넣은 후 그 사이에 제로보드를 넣어야 하는건가요??
아니면 이 페이지 html 안에 아이프레임 소스를 어떻게 넣어야 하나요??
예를 들어서 main.htm이라는 페이지 안에 main2.htm이라는 페이지를 불러오려면
<iframe src="main2.htm" frameborder="0" width="300" height="250" marginwidth="0" marginheight="0" scrolling="auto"></iframe>
이렇게 하는거잖아요...
그런데 main.htm이라는 페이지가
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><img src="main.gif" width="490" height="540" border="0" alt="main.gif"></p>
</body>
</html>
이렇게 이루어져 있고, 제로보드를 넣고 싶은 게 이 gif 그림 한가운데면 어떻게 하나요?
이 gif를 분할해서 테이블로 넣은 후 그 사이에 제로보드를 넣어야 하는건가요??
아니면 이 페이지 html 안에 아이프레임 소스를 어떻게 넣어야 하나요??