Jason
-
12/28/2010 11:19:08 AM
problem with image path
I create a page that contains a static html web part with a link to a simple image:
<img src="/CMSTemplates/images/image.gif" />
When I view the page in the browser the src path get "~" added to it, and the image is not found:
<img src="~/CMSTemplates/images/image.gif" />
Any idea why ~ is being added?
Thanks! Jason
|