검색결과 리스트
meta에 해당되는 글 1건
- 2012.08.06 Meta no-cache
글
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
CSS에 캐시가 적용되어 변경된 항목이 이전 속성으로 보일 때가 있는데 아래의 메타를 추가하면 된다.
META
<META http-equiv="Cache-Control" content="no-cache">
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Expires" content="0">
JSP
response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", -1);
'-- CSS' 카테고리의 다른 글
useful color collection (0) | 2012.11.07 |
---|---|
small-caps, first-letter, first-line (0) | 2012.09.03 |
font-family 글꼴 지정 시 주의사항 (0) | 2012.08.20 |
mso-number-format (0) | 2010.11.08 |
이메일 페이지와 CSS 스타일 (0) | 2009.10.27 |
RECENT COMMENT