"<small><b>\<[src]\></b> [Link_Filters(T)][Zi_Filter(T)]" )
It returns the text twice,instead of how I want it once.Any help on this?
ID:262108
![]() Sep 16 2004, 3:30 pm
|
|
"<small><b>\<[src]\></b> [Link_Filters(T)][Zi_Filter(T)]" ) It returns the text twice,instead of how I want it once.Any help on this? |
![]() Sep 16 2004, 3:33 pm
|
|
That isn't enough code to solve your problem.
|
mob/verb That is my whole say verb.Need anything else? |
Dalga Productions wrote:
> "<small><b>\<[src]\></b> [Link_Filters(T)][Zi_Filter(T)]" ) It returns the text twice,instead of how I want it once.Any help on this? Its probably since it is going through 2 filters. |
You need to take the result from one filter and pass that to the other filter.
Link_Filters(Zi_Filter(T)) |