웹마스터 팁

주소고정 안되는분들~!

2006.07.04 00:40

순뎅

초보순뎅이가 몇자 적어봅니다. ^^

<style type='text/css'>
<!--
a:link { color:black; text-decoration:none; }
a:visited {  }
a:active { text-decoration:underline; }
a:hover { text-decoration:underline; background-image:url('text_dottdeline.gif'); background-repeat:repeat-x; background-position:50% 100%; }
-->
</style>
<style>
<!--
@font-face {font-family:굴림; src:url();}
body,td,a,div,p,pre,input,textarea {font-family:굴림;font-size:9pt;}
-->
</style>
이구문을 보통 보면 <head> 밑에 넣으시는데  주소고정할때 플래쉬만뜨거나 그냥 창만 뜨는 경우가 있습니다.

스타일<style>구문이나 스크립트<script> 구문을  </head>와 <body>사이에 넣어주세요  

주소고정소스 아시죠?
<html>
<head>
<title>홈페이지 이름 적고</title>
<frameset rows="1,*">
<frame src="처음 접속했을때 보여지게 할 파일의 주소" name="main" scrolling="no" marginwidth="0" marginheight="0" noresize>
<noframes>
</noframes>
</frameset>
</head>
</html>
이렇게 해주신후 index.html 로 계정에 올리시면  플래시만 나오던 창이. 정상적으로 주소가 고정되어서 나오게된답니다.

ㅡ,.ㅡ 이내용있으믄 DeX님~! 지워주세요...(__) 꾸벅~

아! 리플좀 달아주세용..ㅜㅜ