Gossamer Forum
Home : Products : Links 2.0 : Customization :

Word Wrapping

Quote Reply
Word Wrapping
How do you make the link description word wrap instead of posting it all in 1 long line?

For instance, if a person puts text

and then comes down a line to put soemthing else.. it does it.
Is this possible?
Thanks
Chris

Quote Reply
Re: Word Wrapping In reply to
As discussed quite a few times, you need to add:

Code:
$rec{'Description'} =~ s/\n/<BR>/g;
....just under

Code:
my (%rec) = @_;
...in sub site_html_link in site_html_templates.pl.

Installations:http://www.wiredon.net/gt/

Post deleted by neohanime In reply to
Quote Reply
Re: [Paul] Word Wrapping In reply to
neohanime:

Quote:
you meant the site_html.pl file....not the site_html_template.pl Paul. ^_^

Um, no I didn't.