× - 코드 및 콘솔 화면은 [ code ] 내용 [ /code ] 태그 처리하여 주세요.
- 강조하고자 하는 내용은 [ b ] 내용 [ /b ] 태그 처리하여 주세요.

php 에서 css 인식이 안되는 문제

  • alone
    (홀로서기)
  • alone's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
07 May 2018 13:29 - 09 May 2018 10:33 #3486 작성자: alone
alone 님의 글: php 에서 css 인식이 안되는 문제
프로젝트 구조

- index.php
- css
-- common.css
- include
-- common.php

common.php

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/common.css">
<title> This is title</title>
</head>
<body>

index.php

<?php
include(__DIR__.'/include/common.php');
?>

왜 css 인식이 안될까요;;
더보기
09 May 2018 10:40 #3503 작성자: rmrf
rmrf 님의 답글: php 에서 css 인식이 안되는 문제
css 경로를 include 하는 php 파일 대상으로 잡아야 됩니다...
좋아요를 누른 살쾡이: inge42m70485
Time to create page: 0.069 seconds
Powered by Kunena Forum