img tag and designer problem

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.
 
C

CT

I have the same setup here, but I use "Images/myimage.gif" for the src
attribute, i.e. no slash at the beginning.
 
G

Guest

Yes sorry I also use "Images/myimage.gif" (forgive typo). Works fine when in
runtime but does not show the image when in vs design mode. This is what im
trying to solve. Thanks for response.
 
È

ÈÎÔ¶[΢Èí]

Hi Paul,

Welcome to Microsoft newsgroup!

I have performed the test from your description, but can not re-pro the
problem. I added the "img/microsoft.jpg" into the MasterPage.master, then I
created the new Webform applied the MasterPage. Both I browser the page and
modify it under the design view, the image displayed very well.
For the current stage, in order to repro your issue on my side, would you
please send me a simply demo project (zipped) if it is not inconvenient to
you (Please remove the "online" of my email address alias)?

Regards,

Yuan Ren
Microsoft Online Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top