묻고답하기
게시판 상단에 베스트 게시물 만들고 있는데 태그 정리가 안되네요.
2015.07.24 17:32
초보입니다. 그래서 왜 줄이 안맞는지 모르겠어요. 태그로 둘다 비슷하게 맞추어 준것 같은데, 이상하게 안맞네요. 좀 도와주세요 ㅠㅠ
<div><TABLE class=txc-table style="FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none" cellSpacing=0 cellPadding=0 width=100% border=0><TBODY><TR><TD style="BORDER-TOP: #c54 2px solid; HEIGHT: 24px; BORDER-RIGHT: #c54 2px; WIDTH: 50%; BORDER-BOTTOM: #c54 2px solid; BORDER-LEFT: #c54 2px solid"><P><h4><font color="red"> 놀이자료실 BEST 게시물</font></h4></b><HR style="BORDER-TOP: black 1px dotted; HEIGHT: 1px; BORDER-RIGHT: black 0px; BORDER-BOTTOM: black 0px; BORDER-LEFT: black 0px; DISPLAY: block"><br><div style="padding: 0px 0px 0px 15px"><img class="zbxe_widget_output" widget="contentextended" skin="default" colorset="white" content_type="document" module_srls="220" use_limit="readed_count_upper" limit_number="3" order_target="readed_count" order_type="asc" list_type="normal" option_view="title,readed_count" page_count="1" markup_type="table" title_target="title" nickname_target="nickname" show_browser_title="N" show_content_title="N" show_comment_count="N" show_trackback_count="N" show_category="N" show_icon="Y" show_point_level="N" show_always_new="N" show_nocomment_document="N" tab_type="none" tab_order="module_order" tab_showtype="module" tab_move_type="mouseover" category_range="all" hyperlink="Y" hyperlink_src="article" view_secret_document="all_user" comment_document_secret="Y" thumbnail_type="crop" /></div></P></TD><TD style="BORDER-TOP: #c54 2px solid; HEIGHT: 24px; BORDER-RIGHT: #c54 2px solid; WIDTH: 50%; BORDER-BOTTOM: #c54 2px solid"><P><h4><font color="red"> 놀이자료실 주간 BEST</font></h4></b><HR style="BORDER-TOP: black 1px dotted; HEIGHT: 1px; BORDER-RIGHT: black 0px; BORDER-BOTTOM: black 0px; BORDER-LEFT: black 0px; DISPLAY: block"><div style="padding: 0px 0px 0px 15px"><img class="zbxe_widget_output" widget="contentextended" skin="default" colorset="white" content_type="document" module_srls="220" use_limit="readed_count_upper" limit_number="3" order_target="readed_count" order_type="asc" list_type="normal" option_view="title,readed_count" page_count="1" markup_type="table" title_target="title" nickname_target="nickname" show_browser_title="N" show_content_title="N" show_comment_count="N" show_trackback_count="N" show_category="N" show_icon="Y" show_point_level="N" show_always_new="N" show_nocomment_document="N" tab_type="none" tab_order="module_order" tab_showtype="module" tab_move_type="mouseover" category_range="all" hyperlink="Y" hyperlink_src="article" view_secret_document="all_user" comment_document_secret="Y" thumbnail_type="crop" /></TD></TR></TBODY></TABLE></div>
어디를 고쳐야 될까요? 아니면 추가?
- [2015/07/23] 묻고답하기 태그 정리 문제 좀 도와주세요!
일단, 코딩을 하면서 <P><h4><font color="red"> 놀이자 이런류의 코딩은 하지 마시길 바랍니다.
이건 마치 폭탄 여러개 들고 뭐가 터지나 기다리는 거랑 같습니다. 코딩자체를 단순하게 하시길 바라며....
아울러 위 소스에는 두번째 칸에 div태그조차 안닫은 상태입니다.
테이블 코딩을 사용하시면서 div코딩하고 같이 사용을 하시고 p코딩을 사용하시면서 h4코딩을 같이 사용하시고 빈줄을 br태그나 p태그로 만드는 거 역시 위처럼 꼬이게 만드는 원인입니다.
테이블 코딩을 사용하시려면... 일단 div코딩을 사용을 하지 하시고, 소스를 보다 더 간결하게 만들어 보시길 바랍니다.
최소한
위와 같이만 고쳐도 테이블이 깨지는 일은 없습니다.