쇼핑몰: input select label 중심 마크업 정리 중
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user