묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입 폼을 수정하려고 하는데 도와 주십시요! 안자고 기다릴 겁니다!
2008.05.07 22:06
검색하여 회원 가입폼 스킨은 찾았습니다(modules/member/skins/default/signup_form.html)
하지만 크기를 줄여도 계속 수정 되지 않고 페이지 가득 출력이 됩니다. 어디를 어떻게 고쳐야 될까요?
도와 주세요! 고수님들의 고견을 기다리겠습니다.
제가 지금까지 해본 겁니다.
원본 파일 내용
36 <table cellspacing="0" class="memberInfoTable">
37 <col width="20%" />
38 <col width="80%" />
106 <table cellspacing="0" class="memberInfoTable">
107 <col width="20%" />
108 <col width="80%" />
상기 부분을 이렇게 고쳤습니다.
<table cellspacing="0" class="memberInfoTable" width="900" align="center">
<col width="200" />
<col width="700" />
도와 주세요! 제발!
하지만 크기를 줄여도 계속 수정 되지 않고 페이지 가득 출력이 됩니다. 어디를 어떻게 고쳐야 될까요?
도와 주세요! 고수님들의 고견을 기다리겠습니다.
제가 지금까지 해본 겁니다.
원본 파일 내용
36 <table cellspacing="0" class="memberInfoTable">
37 <col width="20%" />
38 <col width="80%" />
106 <table cellspacing="0" class="memberInfoTable">
107 <col width="20%" />
108 <col width="80%" />
상기 부분을 이렇게 고쳤습니다.
<table cellspacing="0" class="memberInfoTable" width="900" align="center">
<col width="200" />
<col width="700" />
도와 주세요! 제발!
댓글 4
-
백성찬
2008.05.07 22:19
modules/member/skins/default/css/common.css -
유세훈918
2008.05.07 22:35
좀 자세히 알려 주시면 고맙겠습니다. 아무리 살펴봐도 잘 모르겠는데 어디를 고쳐야 할지... -
우야꼬
2008.05.07 22:31
말씀하신 memberInforTable 의 폭을 조정하실려면
modules/member/skins/default/css/common.css 내에 (98번째줄)
.memberInfoTable { width:100%; border:1px solid #e0e1db; margin-bottom:10px;} 부분에 width값을 조정하시면 됩니다. -
유세훈918
2008.05.07 22:58
자세한 답변 감사 합니다!