'원프레임' 홈페이지에서도 프레임셋을 사용합니다!
사용방법은 'index' 파일을 1개의 프레임으로 구성된 프레임셋 파일로 저장합니다. 프레임에서 불러올 파일은 홈페이지의 첫 화면이 들어가는 '원프레임' 파일입니다.
예) 'index.htm' 프레임셋 파일의 HTML 소스
<html>
<head>
<title> Cheol's Life </title>
</head>
<frameset rows="100%" border="0" frameborder="0"
framespacing="0">
<frame src="main.htm" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="0" noresize>
<noframes><p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</noframes>
</frameset>
</html>
사용방법은 'index' 파일을 1개의 프레임으로 구성된 프레임셋 파일로 저장합니다. 프레임에서 불러올 파일은 홈페이지의 첫 화면이 들어가는 '원프레임' 파일입니다.
예) 'index.htm' 프레임셋 파일의 HTML 소스
<html>
<head>
<title> Cheol's Life </title>
</head>
<frameset rows="100%" border="0" frameborder="0"
framespacing="0">
<frame src="main.htm" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="0" noresize>
<noframes><p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</noframes>
</frameset>
</html>
'Computer' 카테고리의 다른 글
Visual Studio Express Edition 무료 배포... (0) | 2008.01.17 |
---|---|
웹표준 준수사항 몇가지 (0) | 2007.10.24 |
3D MAX - Edit Mesh (0) | 2007.10.05 |
오른쪽마우스해제 (0) | 2006.12.17 |
웹폰트 사용법 (0) | 2006.01.24 |
ezren (0) | 2006.01.24 |
미디어 플레이어 버전을 낮춰보자 (0) | 2006.01.21 |
사이트의 구성 및 제작 / 사이트 구축, 기획 (0) | 2006.01.03 |
OReilly-ActionScript (0) | 2006.01.03 |
웹 배색 사전 (0) | 2006.01.03 |