묻고답하기
로그인 위젯에 점같은 거 어떻게 없애나요?
2014.06.03 18:17
저 점이요.
F12눌러서 확인해봐도 어디에 해당되는 소스인지 알 수가 없네요 ㅠㅠ
소스 첨부합니다!
<form action="./" method="post" onsubmit="return procFilter(this, widget_login)" id="fo_login_widget" style="width:{$formline_width}px;">
<div class="sidpwWrap">
<div class="sidpw" style="width:{$idpwline_width}px;">
<input name="user_id" type="text" title="user id" onfocus="this.className='swidIn';" onblur="if(!this.value) this.className='swidOut'" class="swidOut" style="width:{$inputline_width}px;" />
<input name="password" type="password" title="password" onfocus="this.className='swpwIn';" onblur="if(!this.value) this.className='swpwOut'" class="swpwOut" style="width:{$inputline_width}px;" />
</div>
<span class="ssave">
<!--@if($widget_info->keep_signed=='Y')-->
<input type="checkbox" name="keep_signed" id="keepid" value="Y" class="swkeepsigned" onclick="if(this.checked) return confirm(keep_signed_msg);" />
<!--@else--><!--@end-->
<!--@if($member_config->enable_openid=='Y')-->
<input name="use_open_id" id="use_open_id" type="checkbox" value="Y" class="swopenid" onclick="toggleLoginForm(this); return false;" />
<label for="use_open_id">Open ID</label><!--@end-->
</span>
<input type="image" src="/xe/widgets/login_sunoo/skins/sunoo_loginline/images/buttonLogin.gif" alt="login" class="buttonLoginsw">
<li class="sign"><a href="/xe/index.php?mid=page_NkNG68&act=dispMemberSignUpForm"><img src="./images/buttonJoin.gif"></a></li>
</div>
</form>
+ 그리고 저 아웃로그인 창 중앙으로 오게 하려면 어떻게 해야하나요? <p align="center">가 있는데도 좌측으로 치우쳐져 있어서ㅠㅠ 무슨 태그를 입력해야 할 지 모르겠네요..
현재 이런 상태입니다ㅠㅠ
<tr>
<td width="1221" bgcolor="white">
<p align="center">
<div class="content xe_content">
<img class="zbxe_widget_output" widget="login_sunoo" skin="sunoo_loginline" line_width="680" line_type="no" bg_color="#FFFFFF" search_use="N" keep_signed="Y" level_use="Y" point_use="Y" latest_login="N" />{$content}
</div>
</p>
</td>
</tr>
댓글 3
-
DoorWeb
2014.06.03 18:45
-
찹싸리901
2014.06.11 17:57
list-style 다 지워봐도 안되네요 ㅠㅠ 그래서 폰트 크기 12 되어있는걸 0으로 줄이니 없어지던데 그러면 홈 전체의 폰트가 0이 되어버려서... 따로 문자가 들어간것도 아닌데 답답할 따름이네요ㅠㅠ
-
시니시즘
2014.06.11 18:07
<ul>이 없는 상태에서 뜬금없이 <li>태그가 등장하고 있습니다. 전형적인 잘못된 html 구성입니다.
li에 list-style이 들어간거 같습니다.
아마 css를 못불러 오고 있는게 아닌가 싶습니다.
css에서 기본적으로 li나 ul에 list-style:none 처리하는게 일반적인지라...