RadarURL
웹 프로그래밍

링크 밑줄 없애는 태그

by JaeSoo posted Jun 27, 2007
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
<head>와 </head> 사이에 아래의 태그를 넣어 주세여

<style>
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}
A:hover {text-decoration:none}
-->
</style>

출처 : http://blog.naver.com/skanskan4?Redirect=Log&logNo=30018125543

Articles

1 2 3 4 5 6 7 8 9 10