vanillapod
MIS
Hi, i made a guestbook a while back andeverything was working fine until the other day. Basically I've re-made the view messages page but the field holding the msg grows beyond the width of the screen. It didn't do this before! how do i stop the text going of the edge of the window?? The code (a part of anyway) i'm using is below:
</td>
<td width="84%"><font size="-1"><%=(Recordset1.Fields.Item("Message"
.Value)%></font></td>
</tr>
Cheers
</td>
<td width="84%"><font size="-1"><%=(Recordset1.Fields.Item("Message"
</tr>
Cheers