[thelist] RE: CSS White-space

William Hutton hutton.billy at verizon.net
Thu Aug 15 17:57:01 CDT 2002


Thanks Jonathan,

Your idea was brilliant.  :)  It was simple, elegant, and I'm jealous that I didn't think of it!

I was able to get it to work with;

     Replace(objRecordset("someColumn"), VBCrLf, "<br /")

At first I put in adovbs.inc, but I couldn't find any mention of a newline defined in it.  So I tried VBCrLf and low and behold, it worked.

Just wanted to post the actual code I used, and to say that adovbs.inc is unneeded.

Thanks so much!
Will




More information about the thelist mailing list