giuse 0 Posted March 1 Posted March 1 Hi guys, how can i do to have each value inside a span / div this is the string that gives me the following code <dd class="value">{$feature.value|escape:'htmlall'|nl2br nofilter}</dd> <dd class="value">"Milan"<br>"New York"<br>"Paris"</dd> I would like a code: <dd class="value">Milan</dd> <dd class="value">New York</dd> <dd class="value">Paris</dd> Thanks Share this post Link to post Share on other sites
musicmaster 705 Posted March 2 Posted March 2 Do you mean this kind of operation? https://stackoverflow.com/questions/8355745/break-explode-string-in-smarty Share this post Link to post Share on other sites
giuse 0 Posted March 2 Posted March 2 I would like a result where the individual items are may have applied a class Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now