우편번호 찾기 마크업 이렇게 하면 될까요?
들꿈
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd
html
head
meta http-equiv=Content-Type content=text/html; charset=euc-kr
title우편번호/title
style type=text/css
* {margin:0; padding:0; font-size:12px; font-family:돋움,Dotum,굴림,Gulim,tahoma,sans-serif; color:#333333; line-height:18px;}
a {color:#004790;}
img, fieldset{border:none;}
legend{display:none;}
strong{color:#344FD0;}
li{ list-style:none;}
h1{ font-size:14px; color:#000000; padding:11px 0 0 24px; background:url(../img/post/bullet.gif) no-repeat 15px 13px;}
h2 {padding-top:10px; margin-left:4px;}
#wrap {width:380px; overflow:hidden;}
#header {background:url(../img/post/bg.gif) no-repeat; height:35px;}
#content {padding:15px 0px; margin:0 15px; border-bottom:1px solid #e4e4e4;}
#footer {border-top:3px solid #f9f9f9; text-align:right; padding:7px 0 15px 0; margin:0 15px;}
.input_text {border:1px solid #9a9a9a; border-right-color:#d8d8d8; border-bottom-color:#d8d8d8; padding:2px 3px 1px 3px; color:#676767;}
.bx1 {border:1px solid #e3e3e3; margin:0 0 5px 0;}
.bx1_shadow {border:1px solid #f1f1f1; background:#f8f8f8; _margin:0 -1px; padding:10px;}
.bx1 * {color:#282828; vertical-align:top;}
.bx1 img {vertical-align:middle;}
.bx1 input {position:relative; _top:-1px;}
.bx1 a{margin:0 0 0 1px;}
.bx2 {border:4px solid #F5F5F5; margin-top:px; padding:5px; overflow:hidden;}
li {display:inline; margin-right:10px;}
/style
/head
body
div id=wrap
form action= method=
fieldset
legend우편번호 찾기/legend
div id=header
h1우편번호 찾기/h1
/div
div id=content
p찾고자 하는 주소의 strong동(읍/면/리)/strong을 입력하세요./p
p예) 강남구 역삼동이면 역삼동만 입력하면 됩니다./p
div class=bx1
div class=bx1_shadow
input name= size=35 type=text class=input_text value= title=주소입력
a href=#img src=../img/post/search_btn.gif alt=우편번호 찾기/a
/div
/div
h2우편번호 l 주소/h2
ul class=bx2
li110-110/li
li서울시 동작구 신대방2동 삼성보라매옴니타워2층/li
/ul
/div
div id=footer
input type=image src=../img/post/btn_close.gif alt=창닫기
/div
/fieldset
/form
/div
/body
/html
====================================================================================================
이렇게 코딩해서 맨 위에 나오는 그림같이 나왔습니다.
개발자 분이 칼럼을 2개 만들어 달라고 하셨거든요.. 우편번호 칼럼 하나, 주소 칼럼 하나..
근데 우편번호하고, 주소 나오는 부분이 잘 된건지 알고싶네요.. 다른분들은 어떻게 하시는지??
-
틀큰
heading태그 자체에는 볼드가 있죠 ㅎㅎ
-
이루리라
두개로 하시면 다음줄 입력하실때(2줄이상일경우) 문제가 있지 않을까요? 한줄을 추천합니다.
-
외솔
근데 우편번호 주소 프로그램으로 뿌려줄 부분은 그냥 li를 2개로 했는데..
별 문제는 없을까요? 아는 분들 안계세요????? -
옆집언니
아.. 그렇군요.. 너무 기본적인 건데.. 하~
-
설화
수다님이 지적해주신 부분 2개 고쳤구요..
근데, 제가 했지만.. h2우편번호 l 주소/h2 는 왜 볼드로 나올까요?
제가 h2에 따로 볼드를 주진 않았는데요.. 하~ 참.. -
외솔
아.. 네.. 그러네요..
다른 부분은 이상한게 없나요? -
큰뫼
html 4.01 이라서 br이 맞습니다;;;
-
레나
아.. 네.. 없어도 될 부분이네요..
-
샤르
pp예) 강남구 역삼동이면 역삼동만 입력하면 됩니다./p
p태그 시작이 두개네요.. -
MinA
a href=\#\img src=\../img/post/search_btn.gif\ alt=\우편번호 찾기\/abr
여기에 사용된 br의 용도는? br사용하시려면.. br/ 로...