well if you do that so every line will have 30 characters, then you can loose all kind of formating with posting code, font colors, and everything else. a easy way to do it though would to do something like this when the message is displayed...
strBodyText = "This si the body test so it should wrap after 30 characters even counting the spaces so hopefully this line will come out in a couple different lines."
do until strBodyText=""
strTempBodyText=Left(strBodyText, 30)
strBodyText=Right(strBodyText, (len(strBodyText)-30))
Response.Write strTempBodyText & "<br>"
loop
i never tested this, but i think i have it right, and if i dont, if someone can please help me fix the code.
Brad
Web Hosting with SQL Server @ $24.95 per month
Snitz Mod Archive