Hi DW forum.
I am trying to make a dynamic logo pr. website, using items. The item works fine, and getting the item in the frontend works fine. The problem is, that when i do the following
<img src='@GetString("Item.Area.Logo")' />
The result is
<img src="/Files/Templates/Designs/Site//Files/Billeder/logo_n2_hvid_CMYK.png">
The Image tag automatically appends /Files/Templates/Designs/Site/ to the src. How do i stop this behaviour?
Jonas