폰트크기와 스크립트오류 정보
그누보드 폰트크기와 스크립트오류관련링크
http://211.185.141.100/gnu3/
44회 연결
본문
관리자모드로 들어가면 폰트가 커지고 게시판 또는 회원 삭제를 하면 스크립트 오류가 나옵니다.
메뉴의 자바스크립트 문제인지...정말....힘드네요..
메뉴를 차라리 플래쉬로 해야하나요?
메뉴의 자바스크립트 문제인지...정말....힘드네요..
메뉴를 차라리 플래쉬로 해야하나요?
댓글 전체

그누보드의 관리자모드의 css가 현재
<style>
a:link, a:visited, a:active { text-decoration:underline; color:#222222; }
a:hover { text-decoration:underline; color:#cc3366; }
.ht { height:30px; }
뢰 되어 있는데 임의 적으로 넣으신듯 합니다.
그누보드는 전체적으로 style.css파일에서 글 폰트라든저 여러 부분을 보여 줍니다.
<meta http-equiv='content-type' content='text/html; charset=euc-kr'>
<link rel='stylesheet' href='./style.css' type='text/css'>
이걸 넣어 보시죠 ^^
</style>
<style>
a:link, a:visited, a:active { text-decoration:underline; color:#222222; }
a:hover { text-decoration:underline; color:#cc3366; }
.ht { height:30px; }
뢰 되어 있는데 임의 적으로 넣으신듯 합니다.
그누보드는 전체적으로 style.css파일에서 글 폰트라든저 여러 부분을 보여 줍니다.
<meta http-equiv='content-type' content='text/html; charset=euc-kr'>
<link rel='stylesheet' href='./style.css' type='text/css'>
이걸 넣어 보시죠 ^^
</style>
아닙다. head.php의 메뉴스크립트에서 쓰는 스타일 같은데...관리자모드에 스타일 따로 끼워놓은적이 없습니다.
index.php의 스타일이 다른 페이지에 다 영향을 주는것 아닙니까?
index.php의 스타일이 다른 페이지에 다 영향을 주는것 아닙니까?