안녕하세요, 회사에서 코딩은 하는데 자바스크립트는 한개도 모르는 사람입니다..


최근들어서, 개인적으로 운영하는 티스토리 블로그의 게시글 썸네일이 안나오고, 글 배열도 3*2에서 2*3으로 강제변경이 되었습니다.


이게 무슨일인가 싶어 코드를 좀 찾아봤는데.. 검색결과 뭐가 틀린지 모르겠네요..



------------------------------------------------

[썸네일 부분 html 코드]


<body>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script type="text/javascript">

var col = 3;

var width = 320;

</script>

<script src="http://cfs.tistory.com/custom/blog/149/1491216/skin/images/ygal2.js"></script>



--------------------------------------------

[썸네일 부분 CSS 코드]


.fixed_img_col .thumb{display:block;overflow:hidden;relative;width:318px;height:180px;background:#fff;color:#fff;line-height:100px;text-align:center;white-space:nowrap; solid #ffffff} /* 썸네일 테두리 기본설정 - line-height는 loading 위치 */


.fixed_img_col .thumb .dno{display:none}

.fixed_img_col .w180 li{width:165px;padding-left:10px;height:165px}

.fixed_img_col .w180 .thumb{width:157px;height:90px}

.fixed_img_col .w180 .thumb img{width:157px;height:90px}

.fixed_img_col .w180 a{width:165px}





이게 지금 현재 상황입니다. Loading... 메세지를 보여드리기위해 드래그 했습니다.

(기존 썸네일이 잘 나오고, 글 배열도 가로3 * 세로2 였음)


블로그 주소는 http://910627.net/category/민하   입니다.


제발 도와주세요.. 하...