그누보드에서 head.php를 다 지웠는데.. 채택완료
LetsBe
2년 전
조회 1,220
css가 어그러졌는데 엄두가 안나네요..
짚어주실수 있는분 계실까요??
http://np07.npaper.co.kr/bbs/board.php?bo_table=notice">http://np07.npaper.co.kr/bbs/board.php?bo_table=notice
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
채택된 답변
+20 포인트
2년 전
CSS 는 어떤 결과가 올바른지에 대한 기준이 없기 때문에
어긋난 부분이 어디인지 제3자는 알수 없습니다.
다만 문서 구조부터 잘못된 부분이 많은것 같습니다.
한 문서 안에 html, head, body 태그가 4쌍 이며
head 는 중간의 두 섹션이 쌍이 맞지 않습니다.
</p>
<p><!doctype html>
<html lang="ko"></p>
<p>...</p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" target="_blank" rel="noopener noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></a>
<html xmlns="<a href="http://www.w3.org/1999/xhtml">" target="_blank" rel="noopener noreferrer">http://www.w3.org/1999/xhtml"></a></p>
<p>...</p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" target="_blank" rel="noopener noreferrer">https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></a>
<html xmlns="<a href="https://www.w3.org/1999/xhtml">" target="_blank" rel="noopener noreferrer">https://www.w3.org/1999/xhtml"></a></p>
<p>...</p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" target="_blank" rel="noopener noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></a>
<html xmlns="<a href="http://www.w3.org/1999/xhtml">" target="_blank" rel="noopener noreferrer">http://www.w3.org/1999/xhtml"></a></p>
<p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인