Z
Zeba
Hi guys,
I've got a confusing problem regarding my directory structure. My
directory structure is something like
StoreCore(root directort to which IIS points)
The masterpage.master uses the images BuyImage.jpg and logo.jpg.
Masterpage.master is used by the three aspx pages ItemSearch.aspx,
ViewItem.aspx and default.aspx.
If I give the src (address) for the image as
/StoreCore/images/logo.jpg
/StoreCore/images/Header2/BuyImage.jpg
Then All Images appear properly in all the aspx pages
If I give the src (address) for the image as
images/logo.jpg
images/Header2/BuyImage.jpg
Then logo appears properly only in default.aspx but BuyImage appears
properly in all three aspx pages.
What is the reason for this ?? Also, why cant we give /images/
logo.jpg ?
Thanks !
I've got a confusing problem regarding my directory structure. My
directory structure is something like
StoreCore(root directort to which IIS points)
images
default.aspx
The masterpage.master uses the images BuyImage.jpg and logo.jpg.
Masterpage.master is used by the three aspx pages ItemSearch.aspx,
ViewItem.aspx and default.aspx.
If I give the src (address) for the image as
/StoreCore/images/logo.jpg
/StoreCore/images/Header2/BuyImage.jpg
Then All Images appear properly in all the aspx pages
If I give the src (address) for the image as
images/logo.jpg
images/Header2/BuyImage.jpg
Then logo appears properly only in default.aspx but BuyImage appears
properly in all three aspx pages.
What is the reason for this ?? Also, why cant we give /images/
logo.jpg ?
Thanks !