웹마스터 팁

나모에서 사용하시면 편리 합니다;
뒷북인지는 잘 모르겠지만 그래도 유용해서 올립니다

글씨를 하이퍼 링크하면은 한번 들어갔던 곳은 밑줄이 생기 잖아여?
그걸 없애는 겁니다
이 밑에 소스를 html에서 head 밑에다가 붙혀 넣어 주세요
이 소스를 자세히 조작하는거는 모르겠고요 그냥 글씨크기가 약간 바뀌네요
색깔도 바뀌고 하지만 더 깔끔하게 바뀌니까 상관 없을듯 하네요;;

이 소스를 head 밑에다가 붙혀넣어 주세요
<STYLE TYPE='text/css'>
A:link { color: #52689A; text-decoration:none; }
A:visited { color: #52689A; text-decoration:none; }
A:active { text-decoration:none; }
A:hover { color: #52689A; text-decoration:none; }
.small { font-family:돋움; font-size:8pt }
.norm { font-family:굴림; font-size:9pt }
.big { font-family:굴림; font-size:14pt }
.button { height:19px; border-width:1; border-style:ridge; border-color:#d0d0d0; background-color:#dfdfdf;}
.editbox { border:1 solid black; background-color:white; }
.admin { border:1 solid black; background-color:white; }
select { background-color:white;}
p,br,body,table,td,select,input,form,textarea,option { font-family:굴림; font-size:9pt; }
</STYLE>