주변에 테두리선 삭제할 수 있는 방법을 모르겠어요 정보
주변에 테두리선 삭제할 수 있는 방법을 모르겠어요본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.laurenclinic.com/consult/bbs1_1.php
게시판설치까지는 했는데 주변 테두리 어떻게 삭제하는건가요???ㅜㅜ
너무 지저분하네요
좀 가르쳐 주세요~~~
오류 주소 : http://www.laurenclinic.com/consult/bbs1_1.php
게시판설치까지는 했는데 주변 테두리 어떻게 삭제하는건가요???ㅜㅜ
너무 지저분하네요
좀 가르쳐 주세요~~~
댓글 전체
iframe 에는 border=0 가 아니고
frameborder=0 이 맞습니다.
frameborder=0 이 맞습니다.
이부분을
<iframe src="http://laurenclinic.com/www/gnuboard4/bbs/board.php?bo_table=sangdam" width="674" height="762" border="0"cellspacing="0" cellpadding="0">
이렇게 바꿔보세요~^^
<iframe src="http://laurenclinic.com/www/gnuboard4/bbs/board.php?bo_table=sangdam" frameborder="0" width="674" height="762" marginwidth="0" marginheight="0" scrolling="auto" style="border:0 solid navy"></iframe>
<iframe src="http://laurenclinic.com/www/gnuboard4/bbs/board.php?bo_table=sangdam" width="674" height="762" border="0"cellspacing="0" cellpadding="0">
이렇게 바꿔보세요~^^
<iframe src="http://laurenclinic.com/www/gnuboard4/bbs/board.php?bo_table=sangdam" frameborder="0" width="674" height="762" marginwidth="0" marginheight="0" scrolling="auto" style="border:0 solid navy"></iframe>
아 정말 감사합니다. 국방부장관님 창수러브님 정말정말 감사해요
style="border:0 solid navy" ???
style="border:0px"
style="border:0px"