Uploading Master Pages and Images
I have a master page with a logo in it. I have the image path set to ~/Images/Logo.png. I upload the Master Page and then upload the image to /Images in the root of the project and also /Images in the AppMaster folder, but the image does not display no matter where I put it.
I am also having the same problem with stylesheets
Hmm, I wonder if this is the issue
To change the configurations please go to: ~/Sitefinity/Administration/Settings/Advanced>Libraries>Images>UrlRoot and change the value to something like sf-images.
?
Hi Thomas,
The Images folder is reserved for Sitefinity, but you are free to use any other name for your custom images folder.
Can you give me more information about your master page and setup? Also please try using:
<
asp:Image
ImageUrl
=
"~/customimages/myimage.jpg"
alternatetext
=
"my alt text"
runat
=
"server"
/>