asked
JSP Web Shopping Mall Programming Basic Course (JSP WEB Programming)
# Lecture 11: JSP Page Built-in Objects 3
Written on
·
204
0
Answer 1
table전체를 <div>로 묶어서 magin : auto; 한번해보세요.
margin 조정해서 <center>처럼 가운데로 보낼 수 있을거에요.
table width도 css에태그에서
table {
width : 500px;
}
이런식으로 하면 경고문 사라질거에요