노프레임 홈페이지에서 주소 고정시키기
로빈아빠
본문
프레임을 위아래 두 개로 나눈다.
그리고 아래와 같이 소스를 넣는다 ^^
<html>
<head>
<title>홈페이지 이름</title>
</head>
<frameset rows="*,0" frameborder="0" framespacing="0">
<frame name="main" src="main.html" noresize marginwidth="0" marginheight="0">
<frame name="bgm" src="bgm.html" marginwidth="0" marginheight="0">
</frameset>
</html>
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=ht&wr_id=31
그리고 아래와 같이 소스를 넣는다 ^^
<html>
<head>
<title>홈페이지 이름</title>
</head>
<frameset rows="*,0" frameborder="0" framespacing="0">
<frame name="main" src="main.html" noresize marginwidth="0" marginheight="0">
<frame name="bgm" src="bgm.html" marginwidth="0" marginheight="0">
</frameset>
</html>
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=ht&wr_id=31
관련링크
댓글목록
등록된 댓글이 없습니다.