What is the best practice to define image path in a template?
I'm using <img src="/img/ico_facebook_b.png"/> and it works. Is there a way to not use absolute url (eg. if i want to use a virtual directory and not a site). I'd like to use the tilde (~)
image relative path in multilanguage site
Hi,
i have a site of this type:
http://www.umbraco.it/it
http://www.umbraco.it/eng
http://www.umbraco.it/img/...
What is the best practice to define image path in a template?
I'm using <img src="/img/ico_facebook_b.png"/> and it works. Is there a way to not use absolute url (eg. if i want to use a virtual directory and not a site). I'd like to use the tilde (~)
is working on a reply...