Monthly Archives: October 2013

Home/2013/October

Making simple website with Photoshop and Dreamweaver [part3]

Here I gonna make main slider with Galleia. There are free default theme. But I bought Minimal theme. It fits my minimal site look. (여기서는 갤러리아로 메인 슬라이더를 만든다. 무료 기본 테마가 있지만 미니멀 테마를 구입하여 세팅하였다) 1. Download galleria and extract it at the same folder where your html files are. (갤러리아를 다운로드한다. 그리고 [...]

Making simple website with Photoshop and Dreamweaver [part2]

[Part2] is about making spry menu. (파트2는 spry 메뉴에 대해서) 1. Add this code after <title> and <meta > (아래의 코드를 <title> 과 <meta > 다음에 넣는다) Looks like this. (아래처럼 보인다) 2. Add this code before </body> (아래 코드를 </body> 이전에 넣는다) Looks like this. (아래처럼) 3. Add actual menu where you want. Delete [...]

Making simple website with Photoshop and Dreamweaver [part1] 간단한 웹사이트 만들기

[Part 1] is about making main home page. There are right way to do this. I mean you should make a webpage using html for structure and editing css for the look. Only if you know the web standard. But this is just how I made a simple website less html and css coding as [...]

[xe] 파일 첨부 텍스트 색 수정

자동줄맞춤 갤러리 ver. 1.0.4 를 어두운 배경에 iframe으로 앉혀보니. 파일 첨부 부분 텍스트 색상이 맞지 않음 1. 크롬에서 요소 검사를 해보니, xe/modules/editor/skins/xpresseditor/css/default.min.css 파일을 수정해야 할 것 같음. 스킨을 수정하는게 아니라 xe를 수정하는 셈. 2. default.min.css 을 열어서 .xpress-editor * 선택자 부분에 ;color:#888888 을 추가 3. 그 밑에 텍스트도 같은 파일열어서. 4. 선택자 .xpress-editor .fileUploader .file_attach_info [...]

[Avada theme] Remove a line on top of the slider

When you use dark background, and slider width is short. It can be looks like this picture. Maybe only work in header version 5. (어두운 배경으로 사용중에 메인의 슬라이더 폭이 짧으면 흰 라인이 보이는데, 이걸 없애려면 아래 코드를 Theme option / Custom CSS에 추가. 아마도 헤더 버전 5번째 꺼에서만) To get rid of it. Add [...]

네임서버 변경 방법

호스팅은 카페24에서 도메인은 다른 곳에서 했다면 도메인을 구입한 곳에서 도메인 네임서버를 cafe24 것으로 바꿔 줘야 함. 약 24~48시간 후에 정상적으로 접속이 가능 [링크] 이후에 cafe24에서 도메인 추가 연결로 다른 곳에서 구입한 도메인을 연결해줌. 네임서버 업데이트가 완전히 안된 경우가 있는데. 최상위기관에 적용되었어도, 각 ISP업체의 네트워크 환경에 따라 시간차가 발생. 따라서, 집 컴퓨터에서는 접속되는데 회사 컴퓨터에서 접속이 [...]