묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근게시물에서 스타일 시트 적용법..2번째;;
2004.12.18 14:28
음..최근게시물 main.htm 파일에다가 스타일시트를 적용해서
<link href="notice.css" rel="stylesheet" type="text/css">
링크시켰거든요..
main.htm 파일있는곳에 notice.css 파일 두고요..
근데 아무 반응이? -_- 없네요.ㅜㅜ
어떻게 해야할지 몰르겠네..
스타일시트 본문입니다..
a:link {font-family: "굴림";font-size: 12px;color: #9E9467;text-decoration: none;
}
a:visited { font-family: "굴림";font-size: 12px;color: #9E9467;text-decoration: none;}
a:hover { font-family: "굴림";font-size: 12px;color: #E7E3D8;text-decoration: none;
}
a:active {font-family: "굴림";font-size: 12px;color: #E7E3D8;text-decoration: none;
}
TD {
line-height: 120%;
}
음..이렇게적용했는데..첫화면에 불러올 최근게시물입니다..답변부탁드려요^^;;
<link href="notice.css" rel="stylesheet" type="text/css">
링크시켰거든요..
main.htm 파일있는곳에 notice.css 파일 두고요..
근데 아무 반응이? -_- 없네요.ㅜㅜ
어떻게 해야할지 몰르겠네..
스타일시트 본문입니다..
a:link {font-family: "굴림";font-size: 12px;color: #9E9467;text-decoration: none;
}
a:visited { font-family: "굴림";font-size: 12px;color: #9E9467;text-decoration: none;}
a:hover { font-family: "굴림";font-size: 12px;color: #E7E3D8;text-decoration: none;
}
a:active {font-family: "굴림";font-size: 12px;color: #E7E3D8;text-decoration: none;
}
TD {
line-height: 120%;
}
음..이렇게적용했는데..첫화면에 불러올 최근게시물입니다..답변부탁드려요^^;;
참고로 스킨에 CSS파일을 적용 하지 않고.. 최근 게시물을 뿌릴(?) 페이지에서
<style>
a:link {font-family:굴림;font-size:12px;color: #9E9467;text-decoration: none;}
a:visited {font-family:굴림;font-size:12px;color:#9E9467;text-decoration: none;}
a:hover {font-family:굴림;font-size:12px;color: #E7E3D8;text-decoration: none;}
a:active {font-family:굴림;font-size: 12px;color: #E7E3D8;text-decoration: none;}
TD {line-height: 120%;}
</style>
집어 넣으셔도 됩니다. 물론 위 태그는<head></head>안에 들어가야 합니다..