table 테그 수정
This commit is contained in:
parent
0c659e8c17
commit
1e4e48e521
|
|
@ -14,7 +14,7 @@
|
||||||
${ name } <br><br><br>
|
${ name } <br><br><br>
|
||||||
|
|
||||||
<c:forEach items="${list}" var="profile">
|
<c:forEach items="${list}" var="profile">
|
||||||
<table border="1" bordercolor="blue" width ="50%" height="100">
|
<table border="1">
|
||||||
<thead>
|
<thead>
|
||||||
<tr align = "center" >
|
<tr align = "center" >
|
||||||
<td><c:out value="${profile.id}" /></td>
|
<td><c:out value="${profile.id}" /></td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue