How can I get img src from an entry ?
This is an open discussion with 1 reply, filed under General.
Search
You could just use
<img src="/workspace/images/first_article.jpg" ...
If you really want to render {$workspace}
then you will have to write a template to do it using string functions.
Create an account or sign in to comment.
This is my code:
I am wondering how can I render the img tag "{$workspace}" inside the page. It is currently rendering as plain text html.