Logo not appearing on some pages in ASP.net webforms title

mdcarlos

New Member
ill try my best to explain this.. in the site.master I have added a logo to the title like so.\[code\]<div class="title"> <img alt="" class="style1" src="http://stackoverflow.com/questions/11539393/Images/logo.png" /> </div>\[/code\]the logo shows up fine in all pages accept when the url is part of the account. for example.."http://localhost:54341/Sitename/mypage.aspx" (shows fine)however"http://localhost:54341/Sitename/Account/Register.aspx" (doesnt show)im guessing its because it is in a parent folder (the images file).Is there a better way? EDIT: Images folder is at the top levelthanks in advance
 
Back
Top