span 태그 정렬문제 입니다 ㅠ
수리
2023.04.01
!doctype htmlhtmlheadmeta charset=utf-8title테스트/titlestyle
.paging_s{width:200px; position:relative; height:50px; background:#fff; margin:0 auto;}.paging{position:absolute;left:25%;top:25%;}.paging img{border:1px solid #000;}.paging span{display:inline-block; width:50px; height:30px; font-family:돋움,sans-serif; font-size:15px; color:#aeaeae;font-weight:bold; border:1px solid #000; text-align:center;}
/style/head
bodydiv class=paging_s div class=paging a href=#img src=img/left_1.gif width=25 //a span1 2 3 /span a href=#img src=img/right_1.gif width=25 //a /div/div/body/htmlspan 태그를 옆에 이미지 태그들하고 같은 눈높이 정렬로 바꿀 수 없나요?position에 top값 때문에 그러는거 같은데 ㅠㅠ그외에 틀린거 이상한거 있으면 조언 좀 부탁드려요 ㅠㅠ