I am trying to display a list of members where their language skills are showing a flag.
in the field parameters tab I used this if statement for every language:
[cb:if cb_talen includes "es"]<img scr="
www.guidor.nl/images/flags/es.png
" alt="es">[/cb:if]
however the if statement seems to work but only the alt text shows up...if i copy /paste the image url in the browser i do see the flag image, so the image path should be correct...any ideas what's going wrong here...
This issue has been eating up too much of my time....