-
1
- #1
Hi everybody,
I'm have a filename string (eg. under vpath is something like
threadminder.cfm?SPID=333&CFID=21258514&CFTOKEN=70628041.html )
and Im trying split the string up so that the first 20 characters shows on one line and the next 20 lines a separate line benaeth the first line. like:-
threadminder.cfm?SPID=333&CFID
=21258514&CFTOKEN=70628041.html
Below is the little bit Im trying to split.
<a href="<%=RS("vpath"
%>" class="bodytext" >
I'm have a filename string (eg. under vpath is something like
threadminder.cfm?SPID=333&CFID=21258514&CFTOKEN=70628041.html )
and Im trying split the string up so that the first 20 characters shows on one line and the next 20 lines a separate line benaeth the first line. like:-
threadminder.cfm?SPID=333&CFID
=21258514&CFTOKEN=70628041.html
Below is the little bit Im trying to split.
<a href="<%=RS("vpath"