G
Guest
Hi,
This is my set up...
Root (.aspx file for non-authenticated users)
Root\Members (.aspx files for authenticated users)
Root\Images (images for entire web site)
My MasterPage resides in Root.
I would like my masterpage to contain html img tags (as opposed to .net img
server controls). This is to save overhead on my server.
I have set the "Src" property of the HTML image tags to
"/Images/myimage.gif". This seems to work fine and all pages from root and
root/members display images fine when browsing with a broswer. However, in my
VS2005 designer mode the images dont show. I love the new MasterPages concept
but would love them even more if I could get the images to display when in
design mode giving me a pretty close wysiwyg at design time.
Please help! pretty please!
Regards,
Paul.
This is my set up...
Root (.aspx file for non-authenticated users)
Root\Members (.aspx files for authenticated users)
Root\Images (images for entire web site)
My MasterPage resides in Root.
I would like my masterpage to contain html img tags (as opposed to .net img
server controls). This is to save overhead on my server.
I have set the "Src" property of the HTML image tags to
"/Images/myimage.gif". This seems to work fine and all pages from root and
root/members display images fine when browsing with a broswer. However, in my
VS2005 designer mode the images dont show. I love the new MasterPages concept
but would love them even more if I could get the images to display when in
design mode giving me a pretty close wysiwyg at design time.
Please help! pretty please!
Regards,
Paul.