도메인 주소 고정 홈페이지 제작
본문
<html>
<head>
<title>--</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<frameset rows="100%, 1" frameborder="NO" border="0" framespacing="0">
<frame src="board/index.php" name="" noresize scrolling="yes" marginwidth="0" marginheight="0">
<frame src="about:blank"></frameset>
<noframes>
<body alink="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" text="#FFFFFF" onLoad="location.href='board/index.php';" bgcolor="#FFFFFF">
<a href="board/index.php">메인화면으로</a>
</body>
</noframes>
</html>
그누보드를 www 아래 board 파일에 설치하였습니다.
www아래 index.php 에 위의 태그를 넣었습니다.
도메인/board/ 로 접속하면 배경이 정상적으로 보이는데요.
도메인/index.php 로 접속하면 배경이 하나도 안나옵니다.
분명히 css는 정상 작동되고 있는데 이미지 경로도 절대 경로를 썼는데 안나오네요..
이게 왜 이런걸까요 ㅠㅠ
http://daesinpmc.com/board
답변 2
위의 내용이 정말 index.php 맞습니까?
index.php 파일이 없다고 하는데요
index.php 파일이 위내용이 맞는지 다시 한번 확인해보세요
frameset은 이제 사용안합니다...
굳이 해야한다면 iframe...