최근게시물..관련... 정보
최근게시물..관련...
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : masoteam.com
간단하게 보드만 있는 사이트를 만들라고 하는데여...
근데 최근게시물을 불러오면..저렇게 파란색 밑줄 그어지면서...
최근게시물에 위치도 잡기가 힘들고 보기도 안좋습니다
저거 링크 밑줄 어떻게 없애야 하는건지여...
그렇다고 스킨에 제가 따로 작업한거 없습니다.
아..서버 한글셋 설정이 UTF-8인데...euc-kr꺼를 받아서..전부 utf8로 인코딩 했습니다
오류 주소 : masoteam.com
간단하게 보드만 있는 사이트를 만들라고 하는데여...
근데 최근게시물을 불러오면..저렇게 파란색 밑줄 그어지면서...
최근게시물에 위치도 잡기가 힘들고 보기도 안좋습니다
저거 링크 밑줄 어떻게 없애야 하는건지여...
그렇다고 스킨에 제가 따로 작업한거 없습니다.
아..서버 한글셋 설정이 UTF-8인데...euc-kr꺼를 받아서..전부 utf8로 인코딩 했습니다
댓글 전체
<style>
a:link {
text-decoration:none; color:#000000;
}
a:visited {
text-decoration:none; color:#000000;
}
a:hover {
text-decoration:underline; color:#000000;
}
a:active {
text-decoration:none; color:#000000;
}
</style>
text-decoration:none // 밑줄이 없고
text-decoration:underline // 밑줄이 있고
a:link {
text-decoration:none; color:#000000;
}
a:visited {
text-decoration:none; color:#000000;
}
a:hover {
text-decoration:underline; color:#000000;
}
a:active {
text-decoration:none; color:#000000;
}
</style>
text-decoration:none // 밑줄이 없고
text-decoration:underline // 밑줄이 있고