I use this to disply to from a Db but if the text is longer than the table it does not wrap..
please help..
<TABLE BORDER="0" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#CCCCCC" BORDERCOLORDARK="#000000" BGCOLOR="#0066FF" CELLSPACING="1">
<%
While rs1.EOF = false
%><TR><TD><FONT SIZE="2"><%=rs1.fields("db_Event"%></FONT></TD><TD><FONT SIZE="2"><%=rs1.fields("db_date"%></FONT></TD></TR>
<%
rs1.MoveNext
WEND
%> </TABLE>
please help..
<TABLE BORDER="0" BORDERCOLOR="#000000" BORDERCOLORLIGHT="#CCCCCC" BORDERCOLORDARK="#000000" BGCOLOR="#0066FF" CELLSPACING="1">
<%
While rs1.EOF = false
%><TR><TD><FONT SIZE="2"><%=rs1.fields("db_Event"%></FONT></TD><TD><FONT SIZE="2"><%=rs1.fields("db_date"%></FONT></TD></TR>
<%
rs1.MoveNext
WEND
%> </TABLE>