php에는 style가 안먹히나요?

php에는 style가 안먹히나요?

QA

php에는 style가 안먹히나요?

답변 2

본문

htm로 작업했을때는 마우스를 갖다대도 스타일이 먹혀서 밑줄이 안나타나게됬는데요,

1eec460fbc31792696ad9fdc421a2b4a_1407417416_5802.JPG
 

php로 작업하니 스타일이 안먹히고 밑줄이 나오더라구요..

php는 원래 스타일이 안먹히나요?

1eec460fbc31792696ad9fdc421a2b4a_1407417419_0887.JPG

 

head랑 head사이에 넣었던 style.

 <style>

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {font-family:'Nanum Gothic', sans-serif;}

<style type="text/css"> 

<!-- 

a:link, a:visited, a:active, a:hover { text-decoration: none;} 

--> 

</style>

 

이 질문에 댓글 쓰기 :

답변 2

모지 STYLE 안에 또 STYLE 이 들어 같네요??

 

아래와 같이....

 

<style type="text/css">  

<!-- 

* {font-family:'Nanum Gothic', sans-serif;}

a:link, a:visited, a:active, a:hover { text-decoration: none;} 

 

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

--> 

</style>

 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 12
© SIRSOFT
현재 페이지 제일 처음으로