Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Adding line breaks to text display

Quote Reply
Re: Adding line breaks to text display In reply to
Use regular expressions in the sub site_html_detailed routine in the HTML_Templates.pm file:

Code:

$rec->{'Description'} =~ s/\n/<BR>/g;


Regards,

Eliot Lee


Subject Author Views Date
Thread Adding line breaks to text display NancyP 10111 Aug 27, 2000, 1:34 PM
Thread Re: Adding line breaks to text display
Stealth 9862 Aug 27, 2000, 1:42 PM
Thread Re: Adding line breaks to text display
NancyP 9877 Aug 27, 2000, 2:54 PM
Thread Re: Adding line breaks to text display
Stealth 9831 Aug 27, 2000, 3:05 PM
Post Re: Adding line breaks to text display
startpoint 9829 Aug 27, 2000, 4:27 PM
Post Re: [Stealth] Adding line breaks to text display
renken 9677 Mar 18, 2005, 7:20 AM