묻고답하기
1.5에서 외부 페이지 작성시 메일폼이 제로보드 형식으로 변경됩니다.
2012.03.21 00:24
제로보드 1.5 외부 페이지에 불러오면 위에 칸들이 저렇게 변합니다.
근데 메일폼 경로로 들어갈경우
이렇게 잘 나옵니다.
아무래도 저 칸들이 제로보드 칸으로 다 변하는거 같습니다. 해당 메일폼은 제로보드랑 상관없이 코딩한건데.. 영향을 안 받는방법
이 없을까요?
전화번호 부분 코드 입니다.
<tr>
<td align="left" height="22" width="84" ><font color="#000000">Phone</font></td>
<td width="207"><input type="text" name="phone1" style="height:20; width:28" size="35" />
<input type="text" name="phone2" style="height:20; width:40" size="35" />
<input type="text" name="phone3" style="height:20; width:40" size="35" />
<input type="text" name="phone4" style="height:20; width:40" size="35" />
</td>
</tr>
원인인지 모르겠으나
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
삭제하면 정상으로 됩니다. 근데
제로보드에 기본으로 들어가 있어서 제로보드의
common/tpl/common_layout.html 에 있는
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
이걸 삭제해주면. 레이아웃의 모습이 조금 변하네요..
어떻게 방법이 없을까요?