묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
테이블을 만들려고 하는데요
2004.03.25 20:47
<table cellspacing=0 cellpadding=0 width=250 height=150 background=이미지주소>
<tr>
<td width=250 height=50 colspan=3>
</td>
</tr>
<tr>
<td width=10 height=100>
</td>
<td width=230 height=100>
<style type="text/css">
<!--
body
{scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color: navy;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: navy;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: navy}
-->
</style>
<style type="text/css">
#box
{width:230; height:100; overflow: auto; padding:7px; border:0 solid;}
</style>
<div id="box">
<span style=font-size:9pt;>
<font face=굴림 color=black>
내용
</font>
</span>
</div>
</td>
<td width=10 height=100>
</td>
</tr>
</table>
이렇게 만들면요
저장한 후에 꼭 <div id="box"> 뒤에 <p id="box">라고 생겨서 박스가 두개가 만들어집니다
어디가 잘못된건가요??
그리고
<style type="text/css">
#box
{width:230; height:100; overflow: auto; padding:7px; border:0 solid;}
</style> 뒤에 꼭 </head>를 써줘야하나요??
<head>라고 시작하는 부분이 없는데도요
<tr>
<td width=250 height=50 colspan=3>
</td>
</tr>
<tr>
<td width=10 height=100>
</td>
<td width=230 height=100>
<style type="text/css">
<!--
body
{scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color: navy;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: navy;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: navy}
-->
</style>
<style type="text/css">
#box
{width:230; height:100; overflow: auto; padding:7px; border:0 solid;}
</style>
<div id="box">
<span style=font-size:9pt;>
<font face=굴림 color=black>
내용
</font>
</span>
</div>
</td>
<td width=10 height=100>
</td>
</tr>
</table>
이렇게 만들면요
저장한 후에 꼭 <div id="box"> 뒤에 <p id="box">라고 생겨서 박스가 두개가 만들어집니다
어디가 잘못된건가요??
그리고
<style type="text/css">
#box
{width:230; height:100; overflow: auto; padding:7px; border:0 solid;}
</style> 뒤에 꼭 </head>를 써줘야하나요??
<head>라고 시작하는 부분이 없는데도요