Please try it this way.
<table width="780" border="0">
<tr>
<td colspan="2"><jsp:include page="top.jsp"/></td>
</tr>
<tr>
<td width="200" bgcolor="#43005F"><jsp:inc
<td width="580"><jsp:include page="<%=url%>" flush="true"/> </td>
</tr>
<tr>
<td colspan="2"><jsp:include page="bottom.jsp" flush="true"/> </td>
</tr>
</table>
Main Topics
Browse All Topics





by: jaggernatPosted on 2007-01-02 at 11:31:32ID: 18230148
Code seems ok.
Change the border to 2 (<table width="780" border="2">
)and see how it looks. Make the adjustments and change the border back to 0.