Hi,
I have a code
and now I like to place it on
so its now
Now there is a problem with end single inverted comma,
How do I figure it ?
Thanks
Subhamoy
I have a code
- Code: Select all
value="<cms:show amount />"
and now I like to place it on
- Code: Select all
<cms:number_format '1234567890' />
so its now
- Code: Select all
<cms:number_format 'value="<cms:show amount />"' />
Now there is a problem with end single inverted comma,
How do I figure it ?
Thanks
Subhamoy