안녕하세요
다름이아니라 게시판에서 dhtml로 글쓰기를 선택했음에도 불구하고
html로 설정한 스타일이 아예 안먹습니다.
왜그럴까요 ㅠㅠ?
<!DOCTYPE html>
<html>
<hrad>
<style>
.contents_title_box {width: 100%; text-align: center; margin: 0 auto; display: block; padding: 160px 0px 20px 0px; background: url(/images/title_bg.png)no-repeat; background-size: cover;}
.sub_title {width: 1440px; margin: 0 auto; position: relative;}
.sub_title > h2 {display: block; font-size: 52px; color: #fff; text-align: left; font-weight: 800; margin: 0 auto; padding-left: 15px;}
.bread_menu {position: absolute; right: 0; top: 24px; color: #fff;}
.bread_menu a {color: #fff;}
</style>
</head>
<body>
<div class="contents_title_box">
<div class="sub_title">
<h2>채용 공고</h2>
<span class="bottom_blist"></span>
<span class="bread_menu">
<i class="fa-solid fa-house"></i>
>
<a style="color: #fff; font-weight: 700;">채용 공고</a>
</span>
</div>
</div>
</body>
</html>

답변 2개
<style></style>태그는 따라가지 않네요.
관리자 설정 > 환경설정 > 레이아웃 추가 설정에 css 붙이는 쪽에서 따로 붙여주세요..
html, head, body는 빼주시구요 이미 선언되있어요 페이지에
소스보기에서 코드는 보이나요?코드가 보이면 css나 프론트엔드쪽 문제이고, 코드가 안보이면 특정 오류로 불러오지 못하는것 같네요.
답변을 작성하려면 로그인이 필요합니다.