묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
col이라고 써있는거
2004.03.01 20:16
<col width=40></col>
이거 col이 뭘 나타내나요??
style='+ '+ 'table-layout:fixed'
nowrap
이것두요
이거 col이 뭘 나타내나요??
style='+ '+ 'table-layout:fixed'
nowrap
이것두요
댓글 2
-
김윤희
2004.03.01 20:57
-
커터칼
2004.03.01 22:56
<table border="1" width="300" height="300">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
</table>
col은.. 해당 라인의 크기입니다...
<table>과 <tr> 사이에..
<col width="150">
하면 1번과 4번의 가로크기가 150만큼 늘어납니다...
그러니...
<col width="150">
<col width="50">
<col width="100">
이렇게 3줄의 col을 사용하면
첫번째는 1번과 4번,
두번째는 2번과 5번,
세번째는 3번과 6번의 크기가 늘어나죠..
nowrap 늘어나지 마라...
뭐 이런말 아닌가요?