쇼핑몰: input select label 중심 마크업 정리 중

This commit is contained in:
whitedot
2014-04-03 16:52:58 +09:00
parent 485b114629
commit 6fabc2bc87
12 changed files with 35 additions and 23 deletions

View File

@ -38,7 +38,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
<td><?php echo $it['it_name']; ?></td>
</tr>
<tr>
<th scope="row"><label for="ss_hp">휴대폰번호</label></th>
<th scope="row"><label for="ss_hp">휴대폰번호<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="ss_hp" value="<?php echo $member['mb_hp']; ?>" id="ss_hp" required class="required frm_input"></td>
</tr>
<tr>