J. Landman Gay wrote:
If you need real, hard-coded carriage returns or you can't set the tabstops to 1, this handler works on longer URLs that need to wrap over more than 2 lines.
Well, I gave you an old handler for that -- and I just found a note to myself that it was deprecated. Here's a better way to add hard carriage returns, it's all built-in:
on wrapField pFld replace slash with slash&space in fld pFld put the formattedText of fld pFld into fld pFld replace space with empty in fld pFld end wrapField I should have double-checked before writing. -- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
