Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [unixman] Sumarizing what I found...

Quote Reply
Re: [unixman] Sumarizing what I found... In reply to
Hi,

The nbsp() function just replaces spaces with   (non breaking spaces), and was done for alignment reasons. You could probably just replace:

<%nbsp $post_name%>

with

<%trim($post_name, 100)%>

and it would be ok.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Sumarizing what I found... unixman 2109 Apr 16, 2002, 5:26 PM
Thread Re: [unixman] Sumarizing what I found...
Alex 1991 Apr 17, 2002, 11:32 PM
Thread Re: [Alex] Sumarizing what I found...
unixman 1970 Apr 19, 2002, 11:25 AM
Thread Re: [unixman] Sumarizing what I found...
Alex 1959 Apr 19, 2002, 11:29 AM
Post Re: [Alex] Sumarizing what I found...
unixman 1960 Apr 19, 2002, 11:35 AM