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 />
 
Back
Top