I've got a block of script that does a few operations so that I can output an email to screen. One operation will take any line over 80 characters and wrap it. Another operation will take any url and places it within an anchor tag. The problem is that when the url is very long, the first operation cuts it before the second operation can turn it into an anchor. Can anyone think of an efficient way to make sure that an url will not be cut before its turned into an anchor? I've tried putting the url operation first, but that cuts the anchor in half which disables it. Any ideas? (and I'm getting one as I type this) Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:21:893 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/21 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:21 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
