Broken Links on Master Page

  • Thread starter Thread starter Mark A. Sam
  • Start date Start date
M

Mark A. Sam

Hello,

I can't seem to place images on a master page. I placed the images in a
folder in Solutons Exploer and drag them onto the page, but get broken
links.

Thanks for any help and God Bless,

Mark A. Sam
 
If you have this problem, open the page in Source and as
runat="server" to the image tag

<img src="../Images/MasterTopPane.jpg" runat="server"/><br />
 

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

Back
Top