답변 3개
채택된 답변
+20 포인트
10년 전
이프레임 title 부분 바로밑에
</p><p><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;"><meta </span><span class="html-attribute-name" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">name</span><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">="</span><span class="html-attribute-value" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">viewport</span><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">" </span><span class="html-attribute-name" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">content</span><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">="</span><span class="html-attribute-value" style="font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">width=device-width,initial-scale=1.0,minimum-scale=0,maximum-scale=10</span><span style="color: rgb(136, 18, 128); font-family: monospace; font-size: medium; line-height: normal; white-space: pre-wrap;">"></span><span style="font-size: 11pt; line-height: 1.5;"></span></p><p><span style="font-size: 11pt; line-height: 1.5;">
한번 추가해보시길 바랍니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
10년 전
감사해요 :)
모바일 쇼핑몰의 전체 화면에서 폰트 해상도 문제는
알려주신 내용대로 적용하니 제대로 나오네요 ^^
게시판 메뉴들의 링크 부분도 bbs 폴더에 _head.php 파일을 아래 예)처럼
적용시키니 제대로 나오네요 ^^
왼쪽 메뉴를 메뉴별로 달리 적용하면서 _head.php파일을 손을 보았었는데 그게
문제였었어요 ^^
<?php
?>
if(G5_IS_MOBILE)
include_once(G5_PATH.'/_head.php');
else
include_once(G5_SHOP_PATH.'/shop.head7.php');
?>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
