묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
외부스타일시트[css]가 적용이 안되는데,, 방법좀 알려주세요ㅡㅡ
2003.05.23 13:39
.red a:link
{
font-family: 모리스9;
font-size: 9pt;
color: #FBFBFB;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.red a:visited
{
font-family: 모리스9;
font-size: 9pt;
color: #FBFBFB;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.red a:active
{
font-family: 모리스9;
font-size: 9pt;
color: #FBFBFB;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.red a:hover
{
font-family: 모리스9;
font-size: 9pt;
color:#ff0000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
위와같은 css를 외부링크해서 넣으려고하는데요
외부링크하면 적용이 안되고
헤드안에
------------------------------------------------
<style type=text/css>
<!--
.red a:link
{
font-family: 굴림;
font-size: 9pt;
color: #ff0000;
font-weight: normal;
}
.red a:visited
{
font-family: 굴림;
font-size: 9pt;
color:#ff0000;
font-weight: normal;
}
.red a:active
{
font-family: 굴림;
font-size: 9pt;
color:#ff0000;
font-weight: normal;
}
.red a:hover
{
font-family: 굴림;
font-size: 9pt;
color:#000000;
font-weight: normal;
}
-->
</style>
------------------------------------------------
위와같이 스타일로 넣으면 적용되거든요?
외부스타일시트는 왜 적용이 안되는걸까요?
고수님들 답변부탁드립니다
<span class="red"><A HREF="#">붉은폰트 테스트입니다</A></span>
{
font-family: 모리스9;
font-size: 9pt;
color: #FBFBFB;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.red a:visited
{
font-family: 모리스9;
font-size: 9pt;
color: #FBFBFB;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.red a:active
{
font-family: 모리스9;
font-size: 9pt;
color: #FBFBFB;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.red a:hover
{
font-family: 모리스9;
font-size: 9pt;
color:#ff0000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
위와같은 css를 외부링크해서 넣으려고하는데요
외부링크하면 적용이 안되고
헤드안에
------------------------------------------------
<style type=text/css>
<!--
.red a:link
{
font-family: 굴림;
font-size: 9pt;
color: #ff0000;
font-weight: normal;
}
.red a:visited
{
font-family: 굴림;
font-size: 9pt;
color:#ff0000;
font-weight: normal;
}
.red a:active
{
font-family: 굴림;
font-size: 9pt;
color:#ff0000;
font-weight: normal;
}
.red a:hover
{
font-family: 굴림;
font-size: 9pt;
color:#000000;
font-weight: normal;
}
-->
</style>
------------------------------------------------
위와같이 스타일로 넣으면 적용되거든요?
외부스타일시트는 왜 적용이 안되는걸까요?
고수님들 답변부탁드립니다
<span class="red"><A HREF="#">붉은폰트 테스트입니다</A></span>
댓글 2
-
RedEye(rinja)
2003.05.23 17:24
-
TheMics
2003.05.23 17:13
외부링크라고 하셨는데 어떻게 포함시켰는지 궁금하군요. 제 생각에는 스타일시트를 불러오는 방법이 잘못된 듯 합니다.
ㅋㅋㅋ 뭐든 줄을 잘서야 하지요 ^^