2014-11-03 5 views
0

에 단어를 마무리 나는 고정 된 두 개의 열의 너비 설정하려고 :열의 폭이 고정 확인하고 다음 줄

.thkqgiai{ 
    width:20% !important; 
} 

.thkqso{ 
    width:80% !important; 
} 

.tdkqgiai{ 
    text-align:center; 
} 

.tdkqso{ 
    text-align:center; 
    word-wrap:break-word !important; 
} 

thkqgiaitdkqgiai 먼저 열의 th 각각 td 클래스

thkqsotdkqso입니다을 두 번째 열의 thtd 클래스입니다.

열 너비가 고정되어 있고 긴 텍스트가 다음 줄로 넘어갑니다.

enter image description here

답변

1

은 단순히 테이블 레이아웃이 고정에 적용해야합니다 기본 테이블 레이아웃으로

table{ 
    table-layout: fixed; 
} 

자동입니다.