아이디/비밀번호 찾기 html 수정(ie6에서 설명이 우측으로 붙던 문제)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-16 02:13:24 +00:00
parent 786cb992ad
commit 0772165c63
2 changed files with 8 additions and 4 deletions

View file

@ -12,12 +12,14 @@
<col width="140" />
<col />
<tr class="first-child">
<th scope="row"><label for="cpw">{$lang->email_address}</label></th>
<th rowspan="2" scope="row"><label for="cpw">{$lang->email_address}</label></th>
<td>
<input type="text" name="email_address" class="inputTypeText w400" />
<p>{$lang->about_find_member_account}</p>
</td>
</tr>
<tr>
<td><p>{$lang->about_find_member_account}</p></td>
</tr>
</table>
<div class="help tCenter">

View file

@ -12,12 +12,14 @@
<col width="140" />
<col />
<tr class="first-child">
<th scope="row"><label for="cpw">{$lang->email_address}</label></th>
<th rowspan="2" scope="row"><label for="cpw">{$lang->email_address}</label></th>
<td>
<input type="text" name="email_address" class="inputTypeText w400" />
<p>{$lang->about_find_member_account}</p>
</td>
</tr>
<tr>
<td><p>{$lang->about_find_member_account}</p></td>
</tr>
</table>
<div class="help tCenter">