Hi,
I try to create scroll bar for my table but failed. Please help me look at the code and tell me what wrong. Thanks..
<table style="overflow:scroll;height:50;width:200;" border="1">
<% if not rsNotices.eof then
While not rsNotices.eof
%>
<tr>
<td align="center"><font color="#000099"><%=rsNotices("WebNoticeTitle"%></font></td>
</tr>
<tr>
<td><font color="#000099"><%=rsNotices("WebNoticeNotes"%></font></td>
</tr>
<% rsNotices.moveNext
wend
end if
rsNotices.close
if Request.cookies("isLoggedInAs"("UserName"="sabir" then
%>
<tr>
<td align="right"><a href="WebNotices.asp" target="content">Update..</a></td>
</tr>
<% end if %>
</table>
I try to create scroll bar for my table but failed. Please help me look at the code and tell me what wrong. Thanks..
<table style="overflow:scroll;height:50;width:200;" border="1">
<% if not rsNotices.eof then
While not rsNotices.eof
%>
<tr>
<td align="center"><font color="#000099"><%=rsNotices("WebNoticeTitle"%></font></td>
</tr>
<tr>
<td><font color="#000099"><%=rsNotices("WebNoticeNotes"%></font></td>
</tr>
<% rsNotices.moveNext
wend
end if
rsNotices.close
if Request.cookies("isLoggedInAs"("UserName"="sabir" then
%>
<tr>
<td align="right"><a href="WebNotices.asp" target="content">Update..</a></td>
</tr>
<% end if %>
</table>