묻고답하기
HTML 소스 수정부분..
2009.08.21 17:59
<!--@if($is_logged)-->
<a href="{getUrl('act','dispMemberLogout')}"><img src="img/buttonLogout.gif" width="33" height="5" alt="LOGOUT" /></a>
<!--@else-->
<a href="#loginWindow" onclick="jQuery('#loginWindow').css('display','block');" accesskey="L"><img src="img/buttonLogin.gif" width="25" height="5" alt="LOGIN" /></a>
<!--@end-->
</li>
<!--@if(!$is_logged)-->
<li class="register"><a href="{getUrl('act','dispMemberSignUpForm')}"><span>register</span></a></li>
<!--@else-->
<li class="profile">
<button type="button" onclick="jQuery('#memberProfile').toggleClass('active');"><span>Profile</span></button>
<!-- memberProfile -->
<div id="memberProfile" class="memberProfile">
<!-- class="memberProfile" | class="memberProfile active" -->
<button type="button" class="close" onclick="jQuery('#memberProfile').toggleClass('active');" accesskey="X"><span>Close profile layer</span></button>
위 소스에서 register 를 NewID로 변경하고싶은데 두가지의 register가 있는데 저 둘다 newid로 변경했는데
기존에 있던 register의 글꼴 크기 폰트가 적용이 안되고 그냥 나오네요.. 어떻게해야지 적용이 되는가요..?
댓글 4
-
궁금이2
2009.08.21 18:08
-
niruka
2009.08.21 18:31
ㅠㅠ그렇게해보니깐 그냥 변환 안한것과 같이 register가 나오네요,..?
-
궁금이2
2009.08.21 18:43
layout.html 의 내용인가요?
그렇다면 파일을 수정하지 마시고 레이아웃 편집에서 수정해 보세요.
-
궁금이2
2009.08.21 18:51
v2 레이아웃이네요.
이미지파일이라 수정이 안되었던 것이네요.
레이아웃은 수정하지 마시고 아래 경로의 이미지만 바꿔보세요.
#header .account li.register a{ display:block; width:43px; height:5px; padding:5px 8px; background-image:url(../img/buttonRegister.gif);
앞에거는 놔두시고 뒤에거만 수정.
<li class="register"><a href="{getUrl('act','dispMemberSignUpForm')}"><span>register</span></a></li>