Monthly Archives: November 2013

Home/2013/November

xhtml and html5 doctype and basic rule

xhtml doctype: It's also necessary to add this code to the opening <html> tag (또한 처음의 <html> 태그에 아래처럼 속성이 포함되어야 한다네요) or Korean (한글에서는) So the simple html structure looks like this. ::Title:: --::Navigation::-- --::Contents::-- 1. tag and tag attribute must Lowercase. No <Body> tag (태그 태그 속성은 소문자. <Body> 와 같이 쓸 수 [...]

Making a website with css [part1] – BG

Last html and css file download. (최종 파일 다운받기) 1. psd is like this. (psd 파일 모습) 2. Html structure. There will be more div tag later for navigation, content, footer etc. But just for making BG, this is main structure. (html 구조. 차후에 메뉴,내용,푸터를 위한 div 태그가 더 추가되지만. BG를 만들기 위해서의 기본 구조는 [...]

Fonts installed by Creative Cloud intall

more.. (Adobe cc 설치시 기본으로 딸려오는 서체들) Fonts included in the "CC Font Set 1" are: AdobeArabic-Bold AdobeArabic-BoldItalic AdobeArabic-Italic AdobeArabic-Regular AdobeDevanagari-Bold AdobeDevanagari-BoldItalic AdobeDevanagari-Italic AdobeDevanagari-Regular AdobeGurmukhi-Regular AdobeGurmukhi-Bold AdobeHebrew-Bold AdobeHebrew-BoldItalic AdobeHebrew-Italic AdobeHebrew-Regular AdobeMingStd-Light AdobeMyungjoStd-Medium AdobeSongStd-Light KozGoPr6N-Regular KozGoPr6N-Bold KozGoPr6N-ExtraLight KozGoPr6N-Heavy KozGoPr6N-Light KozGoPr6N-Medium KozMinPr6N-Regular KozMinPr6N-Bold KozMinPr6N-ExtraLight KozMinPr6N-Heavy KozMinPr6N-Light KozMinPr6N-Medium LetterGothicStd LetterGothicStd-Bold LetterGothicStd-BoldSlanted LetterGothicStd-Slanted MinionPro-Regular MinionPro-It MinionPro-Bold MinionPro-BoldIt MyriadPro-Regular MyriadPro-Bold [...]

포털에 사이트 등록 주소

검색하면 금방 나오지만.. 1. 네이버: https://submit.naver.com 2. 다음: https://register.search.daum.net/index.daum 3. 구글 https:www.google.com/webmasters/tools/submit-url?continue=/addurl 4. Bing(MS) https://kr.ssl.bing.com/webmaster/SubmitSitePage.aspx

Full width post

How to make a post full width? (포스트를 사이드바 없이 전체 폭으로 쓰려면?) 1. Open single.php (쓰고 있는 테마에 있는 single.php를 연다) 2. delete this code (아래 코드를 삭제) 3. You may have to change css. (테마에 따라 css를 추가로 수정해야할 수도 있다)